#AFAC85

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

Shades of Neutral Green #AFAC85

Tints of Neutral Green #AFAC85

Color information

#AFAC85 (or 0xAFAC85) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 85. RGB value is (175,172,133). Sum of RGB (Red+Green+Blue) = 175+172+133=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC85 is #50537A. Grayscale: #A8A8A8. Windows color (decimal): -5264251 or 8760495. OLE color: 8760495.

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

Color convert

RGB175172133-
CMYK00.020.240.31
HSL55.71º20.79%60.39%-
HSV(B)55.71º24%68.63%-
XYZ36.6740.3128.04-
YUV168.45107.99132.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=36.46%
G=35.83%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213300.020.240.3155.7120.7960.39
HexAFAC8502181F38153c
Octal257254205023037702574
Binary101011111010110010000101010110001111111100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC85; }

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

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

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

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

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

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

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

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