#A2A25C

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

Shades of Green Smoke #A2A25C

Tints of Green Smoke #A2A25C

Color information

#A2A25C (or 0xA2A25C) is unknown color: approx Green Smoke. HEX triplet: A2, A2 and 5C. RGB value is (162,162,92). Sum of RGB (Red+Green+Blue) = 162+162+92=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A25C is #5D5DA3. Grayscale: #9A9A9A. Windows color (decimal): -6118820 or 6070946. OLE color: 6070946.

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

Color convert

RGB16216292-
CMYK000.430.36
HSL60º27.56%49.8%-
HSV(B)60º43.21%63.53%-
XYZ29.7534.2915.18-
YUV154.0293133.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=38.94%
G=38.94%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216292000.430.366027.5649.8
HexA2A25C002B243c1c32
Octal242242134005344743462
Binary101000101010001010111000010101110010011110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A25C; }

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

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

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

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

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

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

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

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