#AFAA72

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

Shades of Neutral Green #AFAA72

Tints of Neutral Green #AFAA72

Color information

#AFAA72 (or 0xAFAA72) is unknown color: approx Neutral Green. HEX triplet: AF, AA and 72. RGB value is (175,170,114). Sum of RGB (Red+Green+Blue) = 175+170+114=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA72 is #50558D. Grayscale: #A5A5A5. Windows color (decimal): -5264782 or 7514799. OLE color: 7514799.

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

Color convert

RGB175170114-
CMYK00.030.350.31
HSL55.08º27.6%56.67%-
HSV(B)55.08º34.86%68.63%-
XYZ35.0939.0821.61-
YUV165.1199.16135.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=38.13%
G=37.04%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517011400.030.350.3155.0827.656.67
HexAFAA7203231F371c39
Octal257252162034337673471
Binary101011111010101011100100111000111111111011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA72; }

 p { color: rgb(175,170,114); }

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

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

 a { background-color: rgb(175,170,114); }

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

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

 span { border-color: rgb(175,170,114); }

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