Html Css Color HEX #A0AA72 Green Smoke

📋 copy color: '#A0AA72'

red 160 ◦ green 170 ◦ blue 114

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

Shades of Green Smoke #A0AA72

Tints of Green Smoke #A0AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 36.04%
G = 38.29%
B = 25.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#A0AA72 (or 0xA0AA72) is known color: Green Smoke. HEX triplet: A0, AA and 72. RGB value is (160,170,114). Sum of RGB (Red+Green+Blue) = 160+170+114=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA72 is #5F558D. Grayscale: #A0A0A0. Windows color (decimal): -6247822 or 7514784. OLE color: 7514784.

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

Color convert

RGB 160 170 114 -
CMYK 0.06 0 0.33 0.33
HSL 70.71º 0.25% 0.56% -
HSV(B) 70.71º 0.33% 0.67% -
XYZ 31.91 37.44 21.46 -
YUV 160.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 160 170 114 0.06 0 0.33 0.33 70.71 0.25 0.56
Hex A0 AA 72 6 0 21 21 47 19 38
Octal 240 252 162 6 0 41 41 107 31 70
Binary 10100000 10101010 1110010 110 0 100001 100001 1000111 11001 111000

Color Harmonies of #A0AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA72

Black with #A0AA72

Text Example


Text Example

White with #A0AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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