Html Css Color HEX #A0A660 Green Smoke

📋 copy color: '#A0A660'

red 160 ◦ green 166 ◦ blue 96

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

Shades of Green Smoke #A0A660

Tints of Green Smoke #A0A660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 37.91%
G = 39.34%
B = 22.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A0A660 (or 0xA0A660) is known color: Green Smoke. HEX triplet: A0, A6 and 60. RGB value is (160,166,96). Sum of RGB (Red+Green+Blue) = 160+166+96=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A660 is #5F599F. Grayscale: #9C9C9C. Windows color (decimal): -6248864 or 6334112. OLE color: 6334112.

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

Color convert

RGB 160 166 96 -
CMYK 0.04 0 0.42 0.35
HSL 65.14º 0.28% 0.51% -
HSV(B) 65.14º 0.42% 0.65% -
XYZ 30.24 35.59 16.34 -
YUV 156.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 160 166 96 0.04 0 0.42 0.35 65.14 0.28 0.51
Hex A0 A6 60 4 0 2A 23 41 1C 33
Octal 240 246 140 4 0 52 43 101 34 63
Binary 10100000 10100110 1100000 100 0 101010 100011 1000001 11100 110011

Color Harmonies of #A0A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A660

Black with #A0A660

Text Example


Text Example

White with #A0A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A660; }

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

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

background-color css

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

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

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

border-color css

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

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

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