#A0AF4F

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

Shades of Green Smoke #A0AF4F

Tints of Green Smoke #A0AF4F

Color information

#A0AF4F (or 0xA0AF4F) is unknown color: approx Green Smoke. HEX triplet: A0, AF and 4F. RGB value is (160,175,79). Sum of RGB (Red+Green+Blue) = 160+175+79=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF4F is #5F50B0. Grayscale: #9F9F9F. Windows color (decimal): -6246577 or 5222304. OLE color: 5222304.

HSL color Cylindrical-coordinate representation of color #A0AF4F: hue angle of 69.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0AF4F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16017579-
CMYK0.0900.550.31
HSL69.38º37.8%49.8%-
HSV(B)69.38º54.86%68.63%-
XYZ31.2438.713.22-
YUV159.5782.53128.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=38.65%
G=42.27%
B=19.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175790.0900.550.3169.3837.849.8
HexA0AF4F90371F452632
Octal24025711711067371054662
Binary1010000010101111100111110010110111111111000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF4F; }

 p { color: rgb(160,175,79); }

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

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

 a { background-color: rgb(160,175,79); }

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

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

 span { border-color: rgb(160,175,79); }

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