#A2A25E

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

Shades of Green Smoke #A2A25E

Tints of Green Smoke #A2A25E

Color information

#A2A25E (or 0xA2A25E) is unknown color: approx Green Smoke. HEX triplet: A2, A2 and 5E. RGB value is (162,162,94). Sum of RGB (Red+Green+Blue) = 162+162+94=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A25E is #5D5DA1. Grayscale: #9A9A9A. Windows color (decimal): -6118818 or 6202018. OLE color: 6202018.

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

Color convert

RGB16216294-
CMYK000.420.36
HSL60º26.77%50.2%-
HSV(B)60º41.98%63.53%-
XYZ29.8434.3315.64-
YUV154.2594133.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=38.76%
G=38.76%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216294000.420.366026.7750.2
HexA2A25E002A243c1b32
Octal242242136005244743362
Binary101000101010001010111100010101010010011110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A25E; }

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

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

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

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

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

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

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

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