#AFAC83

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

Shades of Neutral Green #AFAC83

Tints of Neutral Green #AFAC83

Color information

#AFAC83 (or 0xAFAC83) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 83. RGB value is (175,172,131). Sum of RGB (Red+Green+Blue) = 175+172+131=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC83 is #50537C. Grayscale: #A8A8A8. Windows color (decimal): -5264253 or 8629423. OLE color: 8629423.

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

Color convert

RGB175172131-
CMYK00.020.250.31
HSL55.91º21.57%60%-
HSV(B)55.91º25.14%68.63%-
XYZ36.5340.2627.32-
YUV168.22106.99132.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=36.61%
G=35.98%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213100.020.250.3155.9121.5760
HexAFAC8302191F38163c
Octal257254203023137702674
Binary101011111010110010000011010110011111111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC83; }

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

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

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

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

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

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

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

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