#A2A25A

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

Shades of Green Smoke #A2A25A

Tints of Green Smoke #A2A25A

Color information

#A2A25A (or 0xA2A25A) is unknown color: approx Green Smoke. HEX triplet: A2, A2 and 5A. RGB value is (162,162,90). Sum of RGB (Red+Green+Blue) = 162+162+90=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A25A is #5D5DA5. Grayscale: #9A9A9A. Windows color (decimal): -6118822 or 5939874. OLE color: 5939874.

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

Color convert

RGB16216290-
CMYK000.440.36
HSL60º28.57%49.41%-
HSV(B)60º44.44%63.53%-
XYZ29.6734.2614.72-
YUV153.7992133.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=39.13%
G=39.13%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216290000.440.366028.5749.41
HexA2A25A002C243c1d31
Octal242242132005444743561
Binary101000101010001010110100010110010010011110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A25A; }

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

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

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

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

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

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

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

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