#AFAB73

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

Shades of Neutral Green #AFAB73

Tints of Neutral Green #AFAB73

Color information

#AFAB73 (or 0xAFAB73) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 73. RGB value is (175,171,115). Sum of RGB (Red+Green+Blue) = 175+171+115=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB73 is #50548C. Grayscale: #A6A6A6. Windows color (decimal): -5264525 or 7580591. OLE color: 7580591.

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

Color convert

RGB175171115-
CMYK00.020.340.31
HSL56º27.27%56.86%-
HSV(B)56º34.29%68.63%-
XYZ35.3439.4821.98-
YUV165.8199.33134.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=37.96%
G=37.09%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111500.020.340.315627.2756.86
HexAFAB7302221F381b39
Octal257253163024237703371
Binary101011111010101111100110101000101111111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB73; }

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

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

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

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

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

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

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

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