Color Hex Logo

#afa582 Color Hex

#AFA582
(175,165,130)
0 Favorites   0 Comments

Color spaces of #afa582

RGB 175165130
HSL0.130.220.60
HSV47°26°69°
CMYK 0.000.060.26   0.31
XYZ35.163637.635926.5302
Yxy37.63590.35400.3789
Hunter Lab61.3481-5.046317.3035
CIE-Lab67.7514-2.057619.4814

#afa582 color RGB value is (175,165,130).

#afa582 hex color red value is 175, green value is 165 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afa582 hue: 0.13 , saturation: 0.22 and the lightness value of afa582 is 0.60.

The process color (four color CMYK) of #afa582 color hex is 0.00, 0.06, 0.26, 0.31. Web safe color of #afa582 is #999999. Color #afa582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10000010
Octal 257 245 202
Decimal 175 165 130
Hex AF A5 82

RGB Percentages of Color #afa582

%37.23
%35.11
%27.66

CMYK Percentages of Color #afa582

%0
%6
%26
%31

Triadic Colors of #afa582

#afa582 #82afa5 #a582af

Analogous Colors of #afa582

#afa582 #a3af82 #af8f82

Monochromatic Colors of #afa582

#afa582

Complementary Color

#afa582 #828caf

#afa582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa582 Color CSS Codes

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

#afa582 Text Font Color

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

This sample text font color is #afa582
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.


#afa582 Background Color

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

This div background color is #afa582


#afa582 Border Color

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

This div border color is #afa582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa582


Comments

No comments written yet.

Please login to write comment.