Color Hex Logo

#afa279 Color Hex

#AFA279
(175,162,121)
0 Favorites   0 Comments

Color spaces of #afa279

RGB 175162121
HSL0.130.250.58
HSV46°31°69°
CMYK 0.000.070.31   0.31
XYZ34.050736.335123.3079
Yxy36.33510.36340.3878
Hunter Lab60.2786-4.654919.2694
CIE-Lab66.7752-1.677123.0755

#afa279 color RGB value is (175,162,121).

#afa279 hex color red value is 175, green value is 162 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afa279 hue: 0.13 , saturation: 0.25 and the lightness value of afa279 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01111001
Octal 257 242 171
Decimal 175 162 121
Hex AF A2 79

RGB Percentages of Color #afa279

%38.21
%35.37
%26.42

CMYK Percentages of Color #afa279

%0
%7
%31
%31

Triadic Colors of #afa279

#afa279 #79afa2 #a279af

Analogous Colors of #afa279

#afa279 #a1af79 #af8779

Monochromatic Colors of #afa279

#afa279

Complementary Color

#afa279 #7986af

#afa279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa279 Color CSS Codes

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

#afa279 Text Font Color

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

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


#afa279 Background Color

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

This div background color is #afa279


#afa279 Border Color

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

This div border color is #afa279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa279


Comments

No comments written yet.

Please login to write comment.