#A2A262

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

Shades of Green Smoke #A2A262

Tints of Green Smoke #A2A262

Color information

#A2A262 (or 0xA2A262) is unknown color: approx Green Smoke. HEX triplet: A2, A2 and 62. RGB value is (162,162,98). Sum of RGB (Red+Green+Blue) = 162+162+98=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A262 is #5D5D9D. Grayscale: #9A9A9A. Windows color (decimal): -6118814 or 6464162. OLE color: 6464162.

HSL color Cylindrical-coordinate representation of color #A2A262: hue angle of 60º 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 #A2A262 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16216298-
CMYK000.400.36
HSL60º25.6%50.98%-
HSV(B)60º39.51%63.53%-
XYZ30.0334.416.61-
YUV154.796133.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=38.39%
G=38.39%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216298000.400.366025.650.98
HexA2A2620028243c1a33
Octal242242142005044743263
Binary101000101010001011000100010100010010011110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A262; }

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

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

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

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

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

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

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

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