#AFAB87

Color #AFAB87 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AFAB87

Tints of Neutral Green #AFAB87

Color information

#AFAB87 (or 0xAFAB87) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 87. RGB value is (175,171,135). Sum of RGB (Red+Green+Blue) = 175+171+135=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB87 is #505478. Grayscale: #A8A8A8. Windows color (decimal): -5264505 or 8891311. OLE color: 8891311.

HSL color Cylindrical-coordinate representation of color #AFAB87: hue angle of 54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAB87 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175171135-
CMYK00.020.230.31
HSL54º20%60.78%-
HSV(B)54º22.86%68.63%-
XYZ36.6239.9928.71-
YUV168.09109.33132.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=36.38%
G=35.55%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517113500.020.230.31542060.78
HexAFAB8702171F36143d
Octal257253207022737662475
Binary101011111010101110000111010101111111111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB87; }

 p { color: rgb(175,171,135); }

 H1.HeaderClassName
 {
   color: #AFAB87;
 }
 .AnyTagClassName
 {
   color: #AFAB87;
 }
</style>
background-color css

<style>
 a { background-color: #AFAB87; }

 a { background-color: rgb(175,171,135); }

 div.DivClassName
 {
   background-color: #AFAB87;
 }
 .BgClassName
 {
   background-color: #AFAB87;
 }
</style>
border-color css

<style>
 span { border-color: #AFAB87; }

 span { border-color: rgb(175,171,135); }

 td.TdClassName
 {
   border-color: #AFAB87;
 }
 .TagClassName
 {
   border-color: #AFAB87;
 }
</style>