Html Css Color HEX #A0A66A Green Smoke

📋 copy color: '#A0A66A'

red 160 ◦ green 166 ◦ blue 106

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

Shades of Green Smoke #A0A66A

Tints of Green Smoke #A0A66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 37.04%
G = 38.43%
B = 24.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A0A66A (or 0xA0A66A) is known color: Green Smoke. HEX triplet: A0, A6 and 6A. RGB value is (160,166,106). Sum of RGB (Red+Green+Blue) = 160+166+106=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A66A is #5F5995. Grayscale: #9D9D9D. Windows color (decimal): -6248854 or 6989472. OLE color: 6989472.

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

Color convert

RGB 160 166 106 -
CMYK 0.04 0 0.36 0.35
HSL 66º 0.25% 0.53% -
HSV(B) 66º 0.36% 0.65% -
XYZ 30.73 35.79 18.92 -
YUV 157.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 160 166 106 0.04 0 0.36 0.35 66 0.25 0.53
Hex A0 A6 6A 4 0 24 23 42 19 35
Octal 240 246 152 4 0 44 43 102 31 65
Binary 10100000 10100110 1101010 100 0 100100 100011 1000010 11001 110101

Color Harmonies of #A0A66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A66A

Black with #A0A66A

Text Example


Text Example

White with #A0A66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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