#AFA885

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

Shades of Neutral Green #AFA885

Tints of Neutral Green #AFA885

Color information

#AFA885 (or 0xAFA885) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 85. RGB value is (175,168,133). Sum of RGB (Red+Green+Blue) = 175+168+133=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA885 is #50577A. Grayscale: #A6A6A6. Windows color (decimal): -5265275 or 8759471. OLE color: 8759471.

HSL color Cylindrical-coordinate representation of color #AFA885: hue angle of 50º 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 #AFA885 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB175168133-
CMYK00.040.240.31
HSL50º20.79%60.39%-
HSV(B)50º24%68.63%-
XYZ35.9238.8127.79-
YUV166.1109.32134.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=36.76%
G=35.29%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516813300.040.240.315020.7960.39
HexAFA88504181F32153c
Octal257250205043037622574
Binary1010111110101000100001010100110001111111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA885; }

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

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

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

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

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

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

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

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