#AFAC88

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

Shades of Neutral Green #AFAC88

Tints of Neutral Green #AFAC88

Color information

#AFAC88 (or 0xAFAC88) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 88. RGB value is (175,172,136). Sum of RGB (Red+Green+Blue) = 175+172+136=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC88 is #505377. Grayscale: #A8A8A8. Windows color (decimal): -5264248 or 8957103. OLE color: 8957103.

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

Color convert

RGB175172136-
CMYK00.020.220.31
HSL55.38º19.6%60.98%-
HSV(B)55.38º22.29%68.63%-
XYZ36.8840.429.15-
YUV168.79109.49132.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=36.23%
G=35.61%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213600.020.220.3155.3819.660.98
HexAFAC8802161F37143d
Octal257254210022637672475
Binary101011111010110010001000010101101111111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC88; }

 p { color: rgb(175,172,136); }

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

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

 a { background-color: rgb(175,172,136); }

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

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

 span { border-color: rgb(175,172,136); }

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