Html Css Color HEX #A2AA56 Green Smoke

📋 copy color: '#A2AA56'

red 162 ◦ green 170 ◦ blue 86

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

Shades of Green Smoke #A2AA56

Tints of Green Smoke #A2AA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.57%

R = 38.76%
G = 40.67%
B = 20.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#A2AA56 (or 0xA2AA56) is known color: Green Smoke. HEX triplet: A2, AA and 56. RGB value is (162,170,86). Sum of RGB (Red+Green+Blue) = 162+170+86=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA56 is #5D55A9. Grayscale: #9E9E9E. Windows color (decimal): -6116778 or 5679778. OLE color: 5679778.

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

Color convert

RGB 162 170 86 -
CMYK 0.05 0 0.49 0.33
HSL 65.71º 0.33% 0.5% -
HSV(B) 65.71º 0.49% 0.67% -
XYZ 30.95 37.1 14.33 -
YUV 158.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 162 170 86 0.05 0 0.49 0.33 65.71 0.33 0.5
Hex A2 AA 56 5 0 31 21 42 21 32
Octal 242 252 126 5 0 61 41 102 41 62
Binary 10100010 10101010 1010110 101 0 110001 100001 1000010 100001 110010

Color Harmonies of #A2AA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA56

Black with #A2AA56

Text Example


Text Example

White with #A2AA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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