Html Css Color HEX #A2AA66 Green Smoke

📋 copy color: '#A2AA66'

red 162 ◦ green 170 ◦ blue 102

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

Shades of Green Smoke #A2AA66

Tints of Green Smoke #A2AA66

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 37.33%
G = 39.17%
B = 23.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#A2AA66 (or 0xA2AA66) is known color: Green Smoke. HEX triplet: A2, AA and 66. RGB value is (162,170,102). Sum of RGB (Red+Green+Blue) = 162+170+102=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA66 is #5D5599. Grayscale: #A0A0A0. Windows color (decimal): -6116762 or 6728354. OLE color: 6728354.

HSL color Cylindrical-coordinate representation of color #A2AA66: hue angle of 67.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2AA66 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 170 102 -
CMYK 0.05 0 0.4 0.33
HSL 67.06º 0.29% 0.53% -
HSV(B) 67.06º 0.4% 0.67% -
XYZ 31.67 37.39 18.12 -
YUV 159.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 162 170 102 0.05 0 0.4 0.33 67.06 0.29 0.53
Hex A2 AA 66 5 0 28 21 43 1D 35
Octal 242 252 146 5 0 50 41 103 35 65
Binary 10100010 10101010 1100110 101 0 101000 100001 1000011 11101 110101

Color Harmonies of #A2AA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA66

Black with #A2AA66

Text Example


Text Example

White with #A2AA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA66; }

 p { color: rgb(162,170,102); }

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

background-color css

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

 a { background-color: rgb(162,170,102); }

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

border-color css

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

 span { border-color: rgb(162,170,102); }

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