#AFAB84

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

Shades of Neutral Green #AFAB84

Tints of Neutral Green #AFAB84

Color information

#AFAB84 (or 0xAFAB84) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 84. RGB value is (175,171,132). Sum of RGB (Red+Green+Blue) = 175+171+132=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB84 is #50547B. Grayscale: #A7A7A7. Windows color (decimal): -5264508 or 8694703. OLE color: 8694703.

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

Color convert

RGB175171132-
CMYK00.020.250.31
HSL54.42º21.18%60.2%-
HSV(B)54.42º24.57%68.63%-
XYZ36.4139.9127.61-
YUV167.75107.83133.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=36.61%
G=35.77%
B=27.62%

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
Decimal17517113200.020.250.3154.4221.1860.2
HexAFAB8402191F36153c
Octal257253204023137662574
Binary101011111010101110000100010110011111111011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB84; }

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

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

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

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

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

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

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

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