Html Css Color HEX #A0A66F Green Smoke

📋 copy color: '#A0A66F'

red 160 ◦ green 166 ◦ blue 111

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

Shades of Green Smoke #A0A66F

Tints of Green Smoke #A0A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

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

R = 36.61%
G = 37.99%
B = 25.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A0A66F (or 0xA0A66F) is known color: Green Smoke. HEX triplet: A0, A6 and 6F. RGB value is (160,166,111). Sum of RGB (Red+Green+Blue) = 160+166+111=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A66F is #5F5990. Grayscale: #9E9E9E. Windows color (decimal): -6248849 or 7317152. OLE color: 7317152.

HSL color Cylindrical-coordinate representation of color #A0A66F: hue angle of 66.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A66F is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 111 -
CMYK 0.04 0 0.33 0.35
HSL 66.55º 0.24% 0.54% -
HSV(B) 66.55º 0.33% 0.65% -
XYZ 31 35.89 20.33 -
YUV 157.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 160 166 111 0.04 0 0.33 0.35 66.55 0.24 0.54
Hex A0 A6 6F 4 0 21 23 43 18 36
Octal 240 246 157 4 0 41 43 103 30 66
Binary 10100000 10100110 1101111 100 0 100001 100011 1000011 11000 110110

Color Harmonies of #A0A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A66F

Black with #A0A66F

Text Example


Text Example

White with #A0A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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