Html Css Color HEX #A0AA6C Green Smoke

📋 copy color: '#A0AA6C'

red 160 ◦ green 170 ◦ blue 108

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

Shades of Green Smoke #A0AA6C

Tints of Green Smoke #A0AA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 36.53%
G = 38.81%
B = 24.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#A0AA6C (or 0xA0AA6C) is known color: Green Smoke. HEX triplet: A0, AA and 6C. RGB value is (160,170,108). Sum of RGB (Red+Green+Blue) = 160+170+108=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA6C is #5F5593. Grayscale: #A0A0A0. Windows color (decimal): -6247828 or 7121568. OLE color: 7121568.

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

Color convert

RGB 160 170 108 -
CMYK 0.06 0 0.36 0.33
HSL 69.68º 0.27% 0.55% -
HSV(B) 69.68º 0.36% 0.67% -
XYZ 31.58 37.31 19.72 -
YUV 159.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 160 170 108 0.06 0 0.36 0.33 69.68 0.27 0.55
Hex A0 AA 6C 6 0 24 21 46 1B 37
Octal 240 252 154 6 0 44 41 106 33 67
Binary 10100000 10101010 1101100 110 0 100100 100001 1000110 11011 110111

Color Harmonies of #A0AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA6C

Black with #A0AA6C

Text Example


Text Example

White with #A0AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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