Html Css Color HEX #A2A059 Green Smoke

📋 copy color: '#A2A059'

red 162 ◦ green 160 ◦ blue 89

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

Shades of Green Smoke #A2A059

Tints of Green Smoke #A2A059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 39.42%
G = 38.93%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A2A059 (or 0xA2A059) is known color: Green Smoke. HEX triplet: A2, A0 and 59. RGB value is (162,160,89). Sum of RGB (Red+Green+Blue) = 162+160+89=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A059 is #5D5FA6. Grayscale: #989898. Windows color (decimal): -6119335 or 5873826. OLE color: 5873826.

HSL color Cylindrical-coordinate representation of color #A2A059: hue angle of 58.36º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2A059 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 89 -
CMYK 0 0.01 0.45 0.36
HSL 58.36º 0.29% 0.49% -
HSV(B) 58.36º 0.45% 0.64% -
XYZ 29.27 33.54 14.38 -
YUV 152.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 162 160 89 0 0.01 0.45 0.36 58.36 0.29 0.49
Hex A2 A0 59 0 1 2D 24 3A 1D 31
Octal 242 240 131 0 1 55 44 72 35 61
Binary 10100010 10100000 1011001 0 1 101101 100100 111010 11101 110001

Color Harmonies of #A2A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A059

Black with #A2A059

Text Example


Text Example

White with #A2A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A059; }

 p { color: rgb(162,160,89); }

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

background-color css

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

 a { background-color: rgb(162,160,89); }

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

border-color css

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

 span { border-color: rgb(162,160,89); }

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