Html Css Color HEX #A0AA6D Green Smoke

📋 copy color: '#A0AA6D'

red 160 ◦ green 170 ◦ blue 109

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

Shades of Green Smoke #A0AA6D

Tints of Green Smoke #A0AA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.83%

R = 36.45%
G = 38.72%
B = 24.83%

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

#A0AA6D (or 0xA0AA6D) is known color: Green Smoke. HEX triplet: A0, AA and 6D. RGB value is (160,170,109). Sum of RGB (Red+Green+Blue) = 160+170+109=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA6D is #5F5592. Grayscale: #A0A0A0. Windows color (decimal): -6247827 or 7187104. OLE color: 7187104.

HSL color Cylindrical-coordinate representation of color #A0AA6D: hue angle of 69.84º degrees, saturation: 0.26, 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 #A0AA6D is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 109 -
CMYK 0.06 0 0.36 0.33
HSL 69.84º 0.26% 0.55% -
HSV(B) 69.84º 0.36% 0.67% -
XYZ 31.63 37.33 20.01 -
YUV 160.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 160 170 109 0.06 0 0.36 0.33 69.84 0.26 0.55
Hex A0 AA 6D 6 0 24 21 46 1A 37
Octal 240 252 155 6 0 44 41 106 32 67
Binary 10100000 10101010 1101101 110 0 100100 100001 1000110 11010 110111

Color Harmonies of #A0AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA6D

Black with #A0AA6D

Text Example


Text Example

White with #A0AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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