#A0A452

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

Shades of Green Smoke #A0A452

Tints of Green Smoke #A0A452

Color information

#A0A452 (or 0xA0A452) is unknown color: approx Green Smoke. HEX triplet: A0, A4 and 52. RGB value is (160,164,82). Sum of RGB (Red+Green+Blue) = 160+164+82=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A452 is #5F5BAD. Grayscale: #999999. Windows color (decimal): -6249390 or 5416096. OLE color: 5416096.

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

Color convert

RGB16016482-
CMYK0.0200.50.36
HSL62.93º33.33%48.24%-
HSV(B)62.93º50%64.31%-
XYZ29.334.6313.12-
YUV153.4687.67132.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=39.41%
G=40.39%
B=20.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160164820.0200.50.3662.9333.3348.24
HexA0A4522032243f2130
Octal240244122206244774160
Binary10100000101001001010010100110010100100111111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A452; }

 p { color: rgb(160,164,82); }

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

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

 a { background-color: rgb(160,164,82); }

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

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

 span { border-color: rgb(160,164,82); }

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