Color Hex Logo

#afa577 Color Hex

#AFA577
(175,165,119)
0 Favorites   0 Comments

Color spaces of #afa577

RGB 175165119
HSL0.140.260.58
HSV49°32°69°
CMYK 0.000.060.32   0.31
XYZ34.464137.356122.8468
Yxy37.35610.36410.3946
Hunter Lab61.1196-6.306920.6209
CIE-Lab67.5433-3.556825.1941

#afa577 color RGB value is (175,165,119).

#afa577 hex color red value is 175, green value is 165 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #afa577 hue: 0.14 , saturation: 0.26 and the lightness value of afa577 is 0.58.

The process color (four color CMYK) of #afa577 color hex is 0.00, 0.06, 0.32, 0.31. Web safe color of #afa577 is #999966. Color #afa577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01110111
Octal 257 245 167
Decimal 175 165 119
Hex AF A5 77

RGB Percentages of Color #afa577

%38.13
%35.95
%25.93

CMYK Percentages of Color #afa577

%0
%6
%32
%31

Triadic Colors of #afa577

#afa577 #77afa5 #a577af

Analogous Colors of #afa577

#afa577 #9daf77 #af8977

Monochromatic Colors of #afa577

#afa577

Complementary Color

#afa577 #7781af

#afa577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa577 Color CSS Codes

.mybgcolor {background-color:#afa577; } 
.myforecolor {color:#afa577; }
.mybordercolor {border:3px solid #afa577; }

#afa577 Text Font Color

<p style="color:#afa577">Text here</p>

This sample text font color is #afa577
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa577 Background Color

<div style="background-color:#afa577">
Div content here</div>

This div background color is #afa577


#afa577 Border Color

<div style="border:3px solid #afa577">
Div here</div>

This div border color is #afa577


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,165,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa577; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa577;
  -webkit-box-shadow: 1px 1px 3px 2px #afa577;
  box-shadow:         1px 1px 3px 2px #afa577; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,165,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa577">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa577;
  -webkit-box-shadow: 1px 1px 3px 2px #afa577;
  box-shadow:         1px 1px 3px 2px #afa577;">
Div content here</div>

This div box has shadow with color #afa577

#afa577 Color Palettes


Comments

No comments written yet.

Please login to write comment.