Html Css Color HEX #A0A966 Green Smoke

📋 copy color: '#A0A966'

red 160 ◦ green 169 ◦ blue 102

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

Shades of Green Smoke #A0A966

Tints of Green Smoke #A0A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 37.12%
G = 39.21%
B = 23.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A0A966 (or 0xA0A966) is known color: Green Smoke. HEX triplet: A0, A9 and 66. RGB value is (160,169,102). Sum of RGB (Red+Green+Blue) = 160+169+102=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A966 is #5F5699. Grayscale: #9E9E9E. Windows color (decimal): -6248090 or 6728096. OLE color: 6728096.

HSL color Cylindrical-coordinate representation of color #A0A966: hue angle of 68.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A966 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 102 -
CMYK 0.05 0 0.40 0.34
HSL 68.06º 0.28% 0.53% -
HSV(B) 68.06º 0.4% 0.66% -
XYZ 31.08 36.81 18.04 -
YUV 158.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 160 169 102 0.05 0 0.40 0.34 68.06 0.28 0.53
Hex A0 A9 66 5 0 28 22 44 1C 35
Octal 240 251 146 5 0 50 42 104 34 65
Binary 10100000 10101001 1100110 101 0 101000 100010 1000100 11100 110101

Color Harmonies of #A0A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A966

Black with #A0A966

Text Example


Text Example

White with #A0A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A966; }

 p { color: rgb(160,169,102); }

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

background-color css

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

 a { background-color: rgb(160,169,102); }

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

border-color css

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

 span { border-color: rgb(160,169,102); }

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