#A2A062

Color #A2A062 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A2A062

Tints of Green Smoke #A2A062

Color information

#A2A062 (or 0xA2A062) is unknown color: approx Green Smoke. HEX triplet: A2, A0 and 62. RGB value is (162,160,98). Sum of RGB (Red+Green+Blue) = 162+160+98=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A062 is #5D5F9D. Grayscale: #999999. Windows color (decimal): -6119326 or 6463650. OLE color: 6463650.

HSL color Cylindrical-coordinate representation of color #A2A062: hue angle of 58.12º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2A062 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16216098-
CMYK00.010.400.36
HSL58.12º25.6%50.98%-
HSV(B)58.12º39.51%63.53%-
XYZ29.6833.716.5-
YUV153.5396.66134.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=38.57%
G=38.10%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621609800.010.400.3658.1225.650.98
HexA2A0620128243a1a33
Octal242240142015044723263
Binary101000101010000011000100110100010010011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A062; }

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

 H1.HeaderClassName
 {
   color: #A2A062;
 }
 .AnyTagClassName
 {
   color: #A2A062;
 }
</style>
background-color css

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

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

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

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

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

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