Color Hex Logo

#afb162 Color Hex

#AFB162
(175,177,98)
0 Favorites   0 Comments

Color spaces of #afb162

RGB 17517798
HSL0.170.340.54
HSV62°45°69°
CMYK 0.010.000.45   0.31
XYZ35.605941.440117.6774
Yxy41.44010.37590.4375
Hunter Lab64.3740-13.924328.7805
CIE-Lab70.4832-12.333840.0027

#afb162 color RGB value is (175,177,98).

#afb162 hex color red value is 175, green value is 177 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #afb162 hue: 0.17 , saturation: 0.34 and the lightness value of afb162 is 0.54.

The process color (four color CMYK) of #afb162 color hex is 0.01, 0.00, 0.45, 0.31. Web safe color of #afb162 is #999966. Color #afb162 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01100010
Octal 257 261 142
Decimal 175 177 98
Hex AF B1 62

RGB Percentages of Color #afb162

%38.89
%39.33
%21.78

CMYK Percentages of Color #afb162

%1
%0
%45
%31

Triadic Colors of #afb162

#afb162 #62afb1 #b162af

Analogous Colors of #afb162

#afb162 #88b162 #b18c62

Monochromatic Colors of #afb162

#afb162

Complementary Color

#afb162 #6462b1

#afb162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb162 Color CSS Codes

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

#afb162 Text Font Color

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

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


#afb162 Background Color

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

This div background color is #afb162


#afb162 Border Color

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

This div border color is #afb162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb162


Comments

No comments written yet.

Please login to write comment.