#AFAB81

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

Shades of Neutral Green #AFAB81

Tints of Neutral Green #AFAB81

Color information

#AFAB81 (or 0xAFAB81) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 81. RGB value is (175,171,129). Sum of RGB (Red+Green+Blue) = 175+171+129=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB81 is #50547E. Grayscale: #A7A7A7. Windows color (decimal): -5264511 or 8498095. OLE color: 8498095.

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

Color convert

RGB175171129-
CMYK00.020.260.31
HSL54.78º22.33%59.61%-
HSV(B)54.78º26.29%68.63%-
XYZ36.239.8226.55-
YUV167.41106.33133.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=36.84%
G=36%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517112900.020.260.3154.7822.3359.61
HexAFAB81021A1F37163c
Octal257253201023237672674
Binary101011111010101110000001010110101111111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB81; }

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

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

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

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

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

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

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

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