#A0A25A

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

Shades of Green Smoke #A0A25A

Tints of Green Smoke #A0A25A

Color information

#A0A25A (or 0xA0A25A) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 5A. RGB value is (160,162,90). Sum of RGB (Red+Green+Blue) = 160+162+90=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A25A is #5F5DA5. Grayscale: #999999. Windows color (decimal): -6249894 or 5939872. OLE color: 5939872.

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

Color convert

RGB16016290-
CMYK0.0100.440.36
HSL61.67º28.57%49.41%-
HSV(B)61.67º44.44%63.53%-
XYZ29.2634.0514.7-
YUV153.1992.34132.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=38.83%
G=39.32%
B=21.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162900.0100.440.3661.6728.5749.41
HexA0A25A102C243e1d31
Octal240242132105444763561
Binary101000001010001010110101010110010010011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A25A; }

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

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

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

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

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

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

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

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