Html Css Color HEX #A0AA6F Green Smoke

📋 copy color: '#A0AA6F'

red 160 ◦ green 170 ◦ blue 111

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

Shades of Green Smoke #A0AA6F

Tints of Green Smoke #A0AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 36.28%
G = 38.55%
B = 25.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A0AA6F (or 0xA0AA6F) is known color: Green Smoke. HEX triplet: A0, AA and 6F. RGB value is (160,170,111). Sum of RGB (Red+Green+Blue) = 160+170+111=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA6F is #5F5590. Grayscale: #A0A0A0. Windows color (decimal): -6247825 or 7318176. OLE color: 7318176.

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

Color convert

RGB 160 170 111 -
CMYK 0.06 0 0.35 0.33
HSL 70.17º 0.26% 0.55% -
HSV(B) 70.17º 0.35% 0.67% -
XYZ 31.74 37.37 20.58 -
YUV 160.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 160 170 111 0.06 0 0.35 0.33 70.17 0.26 0.55
Hex A0 AA 6F 6 0 23 21 46 1A 37
Octal 240 252 157 6 0 43 41 106 32 67
Binary 10100000 10101010 1101111 110 0 100011 100001 1000110 11010 110111

Color Harmonies of #A0AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA6F

Black with #A0AA6F

Text Example


Text Example

White with #A0AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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