#AFA975

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

Shades of Neutral Green #AFA975

Tints of Neutral Green #AFA975

Color information

#AFA975 (or 0xAFA975) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 75. RGB value is (175,169,117). Sum of RGB (Red+Green+Blue) = 175+169+117=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA975 is #50568A. Grayscale: #A5A5A5. Windows color (decimal): -5265035 or 7711151. OLE color: 7711151.

HSL color Cylindrical-coordinate representation of color #AFA975: hue angle of 53.79º degrees, saturation: 0.27, 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 #AFA975 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175169117-
CMYK00.030.330.31
HSL53.79º26.61%57.25%-
HSV(B)53.79º33.14%68.63%-
XYZ35.0838.7722.46-
YUV164.87100.99135.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=37.96%
G=36.66%
B=25.38%

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
Decimal17516911700.030.330.3153.7926.6157.25
HexAFA97503211F361b39
Octal257251165034137663371
Binary101011111010100111101010111000011111111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA975; }

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

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

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

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

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

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

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

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