#AFA982

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

Shades of Neutral Green #AFA982

Tints of Neutral Green #AFA982

Color information

#AFA982 (or 0xAFA982) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 82. RGB value is (175,169,130). Sum of RGB (Red+Green+Blue) = 175+169+130=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA982 is #50567D. Grayscale: #A6A6A6. Windows color (decimal): -5265022 or 8563119. OLE color: 8563119.

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

Color convert

RGB175169130-
CMYK00.030.260.31
HSL52º21.95%59.8%-
HSV(B)52º25.71%68.63%-
XYZ35.939.126.77-
YUV166.35107.49134.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=36.92%
G=35.65%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516913000.030.260.315221.9559.8
HexAFA982031A1F34163c
Octal257251202033237642674
Binary101011111010100110000010011110101111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA982; }

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

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

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

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

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

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

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

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