Html Css Color HEX #A2A660 Green Smoke

📋 copy color: '#A2A660'

red 162 ◦ green 166 ◦ blue 96

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

Shades of Green Smoke #A2A660

Tints of Green Smoke #A2A660

RGB

 RED value IS 162 (63.67% from 255) = 38.21%

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

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

R = 38.21%
G = 39.15%
B = 22.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A2A660 (or 0xA2A660) is known color: Green Smoke. HEX triplet: A2, A6 and 60. RGB value is (162,166,96). Sum of RGB (Red+Green+Blue) = 162+166+96=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A660 is #5D599F. Grayscale: #9D9D9D. Windows color (decimal): -6117792 or 6334114. OLE color: 6334114.

HSL color Cylindrical-coordinate representation of color #A2A660: hue angle of 63.43º 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 #A2A660 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 166 96 -
CMYK 0.02 0 0.42 0.35
HSL 63.43º 0.28% 0.51% -
HSV(B) 63.43º 0.42% 0.65% -
XYZ 30.65 35.8 16.36 -
YUV 156.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 162 166 96 0.02 0 0.42 0.35 63.43 0.28 0.51
Hex A2 A6 60 2 0 2A 23 3F 1C 33
Octal 242 246 140 2 0 52 43 77 34 63
Binary 10100010 10100110 1100000 10 0 101010 100011 111111 11100 110011

Color Harmonies of #A2A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A660

Black with #A2A660

Text Example


Text Example

White with #A2A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A660; }

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

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

background-color css

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

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

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

border-color css

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

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

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