#A2A165

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

Shades of Green Smoke #A2A165

Tints of Green Smoke #A2A165

Color information

#A2A165 (or 0xA2A165) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 65. RGB value is (162,161,101). Sum of RGB (Red+Green+Blue) = 162+161+101=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A165 is #5D5E9A. Grayscale: #9A9A9A. Windows color (decimal): -6119067 or 6660514. OLE color: 6660514.

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

Color convert

RGB162161101-
CMYK00.010.380.36
HSL59.02º24.7%51.57%-
HSV(B)59.02º37.65%63.53%-
XYZ29.9934.1117.32-
YUV154.4697.83133.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=38.21%
G=37.97%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216110100.010.380.3659.0224.751.57
HexA2A1650126243b1934
Octal242241145014644733164
Binary101000101010000111001010110011010010011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A165; }

 p { color: rgb(162,161,101); }

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

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

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

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

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

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

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