Color Hex Logo

#afa267 Color Hex

#AFA267
(175,162,103)
0 Favorites   0 Comments

Color spaces of #afa267

RGB 175162103
HSL0.140.310.55
HSV49°41°69°
CMYK 0.000.070.41   0.31
XYZ33.047735.933918.0261
Yxy35.93390.37980.4130
Hunter Lab59.9449-6.496324.1323
CIE-Lab66.4694-3.880632.3697

#afa267 color RGB value is (175,162,103).

#afa267 hex color red value is 175, green value is 162 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #afa267 hue: 0.14 , saturation: 0.31 and the lightness value of afa267 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01100111
Octal 257 242 147
Decimal 175 162 103
Hex AF A2 67

RGB Percentages of Color #afa267

%39.77
%36.82
%23.41

CMYK Percentages of Color #afa267

%0
%7
%41
%31

Triadic Colors of #afa267

#afa267 #67afa2 #a267af

Analogous Colors of #afa267

#afa267 #98af67 #af7e67

Monochromatic Colors of #afa267

#afa267

Complementary Color

#afa267 #6774af

#afa267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa267 Color CSS Codes

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

#afa267 Text Font Color

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

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


#afa267 Background Color

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

This div background color is #afa267


#afa267 Border Color

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

This div border color is #afa267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa267


Comments

No comments written yet.

Please login to write comment.