#afa976

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

Shades of Neutral Green #AFA976

Tints of Neutral Green #AFA976

Color information

#AFA976 (or 0xAFA976) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 76. RGB value is (175,169,118). Sum of RGB (Red+Green+Blue) = 175+169+118=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA976 is #505689. Grayscale: #A5A5A5. Windows color (decimal): -5265034 or 7776687. OLE color: 7776687.

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

Color convert

RGB175169118-
CMYK00.030.330.31
HSL53.68º26.27%57.45%-
HSV(B)53.68º32.57%68.63%-
XYZ35.1438.822.78-
YUV164.98101.49135.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=37.88%
G=36.58%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516911800.030.330.3153.6826.2757.45
HexAFA97603211F361a39
Octal257251166034137663271
Binary101011111010100111101100111000011111111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa976; }

 p { color: rgb(175,169,118); }

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

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

 a { background-color: rgb(175,169,118); }

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

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

 span { border-color: rgb(175,169,118); }

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