#AFAB83

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

Shades of Neutral Green #AFAB83

Tints of Neutral Green #AFAB83

Color information

#AFAB83 (or 0xAFAB83) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 83. RGB value is (175,171,131). Sum of RGB (Red+Green+Blue) = 175+171+131=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB83 is #50547C. Grayscale: #A7A7A7. Windows color (decimal): -5264509 or 8629167. OLE color: 8629167.

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

Color convert

RGB175171131-
CMYK00.020.250.31
HSL54.55º21.57%60%-
HSV(B)54.55º25.14%68.63%-
XYZ36.3439.8827.25-
YUV167.64107.33133.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=36.69%
G=35.85%
B=27.46%

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
Decimal17517113100.020.250.3154.5521.5760
HexAFAB8302191F37163c
Octal257253203023137672674
Binary101011111010101110000011010110011111111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB83; }

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

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

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

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

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

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

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

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