#A0AF5A

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

Shades of Green Smoke #A0AF5A

Tints of Green Smoke #A0AF5A

Color information

#A0AF5A (or 0xA0AF5A) is unknown color: approx Green Smoke. HEX triplet: A0, AF and 5A. RGB value is (160,175,90). Sum of RGB (Red+Green+Blue) = 160+175+90=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5A is #5F50A5. Grayscale: #A1A1A1. Windows color (decimal): -6246566 or 5943200. OLE color: 5943200.

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

Color convert

RGB16017590-
CMYK0.0900.490.31
HSL70.59º34.69%51.96%-
HSV(B)70.59º48.57%68.63%-
XYZ31.6738.8715.51-
YUV160.8288.03127.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=37.65%
G=41.18%
B=21.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175900.0900.490.3170.5934.6951.96
HexA0AF5A90311F472334
Octal24025713211061371074364
Binary1010000010101111101101010010110001111111000111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF5A; }

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

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

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

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

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

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

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

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