#AFAA85

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

Shades of Neutral Green #AFAA85

Tints of Neutral Green #AFAA85

Color information

#AFAA85 (or 0xAFAA85) is unknown color: approx Neutral Green. HEX triplet: AF, AA and 85. RGB value is (175,170,133). Sum of RGB (Red+Green+Blue) = 175+170+133=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA85 is #50557A. Grayscale: #A7A7A7. Windows color (decimal): -5264763 or 8759983. OLE color: 8759983.

HSL color Cylindrical-coordinate representation of color #AFAA85: hue angle of 52.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFAA85 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB175170133-
CMYK00.030.240.31
HSL52.86º20.79%60.39%-
HSV(B)52.86º24%68.63%-
XYZ36.2939.5627.91-
YUV167.28108.66133.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=36.61%
G=35.56%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517013300.030.240.3152.8620.7960.39
HexAFAA8503181F35153c
Octal257252205033037652574
Binary101011111010101010000101011110001111111010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA85; }

 p { color: rgb(175,170,133); }

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

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

 a { background-color: rgb(175,170,133); }

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

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

 span { border-color: rgb(175,170,133); }

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