Html Css Color HEX #A0AA59 Green Smoke

📋 copy color: '#A0AA59'

red 160 ◦ green 170 ◦ blue 89

#A0AA59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A0AA59

Tints of Green Smoke #A0AA59

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 89 (35.16% from 255) = 21.24%

R = 38.19%
G = 40.57%
B = 21.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#A0AA59 (or 0xA0AA59) is known color: Green Smoke. HEX triplet: A0, AA and 59. RGB value is (160,170,89). Sum of RGB (Red+Green+Blue) = 160+170+89=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA59 is #5F55A6. Grayscale: #9E9E9E. Windows color (decimal): -6247847 or 5876384. OLE color: 5876384.

HSL color Cylindrical-coordinate representation of color #A0AA59: hue angle of 67.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0AA59 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 89 -
CMYK 0.06 0 0.48 0.33
HSL 67.41º 0.32% 0.51% -
HSV(B) 67.41º 0.48% 0.67% -
XYZ 30.68 36.94 14.97 -
YUV 157.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 160 170 89 0.06 0 0.48 0.33 67.41 0.32 0.51
Hex A0 AA 59 6 0 30 21 43 20 33
Octal 240 252 131 6 0 60 41 103 40 63
Binary 10100000 10101010 1011001 110 0 110000 100001 1000011 100000 110011

Color Harmonies of #A0AA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA59

Black with #A0AA59

Text Example


Text Example

White with #A0AA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA59; }

 p { color: rgb(160,170,89); }

 H1.HeaderClassName
 {
   color: #A0AA59;
 }
 .AnyTagClassName
 {
   color: #A0AA59;
 }
</style>

background-color css

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

 a { background-color: rgb(160,170,89); }

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

border-color css

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

 span { border-color: rgb(160,170,89); }

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