Html Css Color HEX #A0AA60 Green Smoke

📋 copy color: '#A0AA60'

red 160 ◦ green 170 ◦ blue 96

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

Shades of Green Smoke #A0AA60

Tints of Green Smoke #A0AA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 37.56%
G = 39.91%
B = 22.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A0AA60 (or 0xA0AA60) is known color: Green Smoke. HEX triplet: A0, AA and 60. RGB value is (160,170,96). Sum of RGB (Red+Green+Blue) = 160+170+96=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA60 is #5F559F. Grayscale: #9E9E9E. Windows color (decimal): -6247840 or 6335136. OLE color: 6335136.

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

Color convert

RGB 160 170 96 -
CMYK 0.06 0 0.44 0.33
HSL 68.11º 0.3% 0.52% -
HSV(B) 68.11º 0.44% 0.67% -
XYZ 30.98 37.07 16.59 -
YUV 158.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 160 170 96 0.06 0 0.44 0.33 68.11 0.3 0.52
Hex A0 AA 60 6 0 2C 21 44 1E 34
Octal 240 252 140 6 0 54 41 104 36 64
Binary 10100000 10101010 1100000 110 0 101100 100001 1000100 11110 110100

Color Harmonies of #A0AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA60

Black with #A0AA60

Text Example


Text Example

White with #A0AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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