Color Hex Logo

#afb160 Color Hex

#AFB160
(175,177,96)
0 Favorites   0 Comments

Color spaces of #afb160

RGB 17517796
HSL0.170.340.54
HSV61°46°69°
CMYK 0.010.000.46   0.31
XYZ35.512741.402817.1861
Yxy41.40280.37740.4400
Hunter Lab64.3450-14.087729.2056
CIE-Lab70.4572-12.536640.9782

#afb160 color RGB value is (175,177,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01100000
Octal 257 261 140
Decimal 175 177 96
Hex AF B1 60

RGB Percentages of Color #afb160

%39.06
%39.51
%21.43

CMYK Percentages of Color #afb160

%1
%0
%46
%31

Triadic Colors of #afb160

#afb160 #60afb1 #b160af

Analogous Colors of #afb160

#afb160 #87b160 #b18b60

Monochromatic Colors of #afb160

#afb160

Complementary Color

#afb160 #6260b1

#afb160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb160 Color CSS Codes

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

#afb160 Text Font Color

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

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


#afb160 Background Color

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

This div background color is #afb160


#afb160 Border Color

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

This div border color is #afb160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb160

#afb160 Color Palettes


Comments

No comments written yet.

Please login to write comment.