#A0A455

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

Shades of Green Smoke #A0A455

Tints of Green Smoke #A0A455

Color information

#A0A455 (or 0xA0A455) is unknown color: approx Green Smoke. HEX triplet: A0, A4 and 55. RGB value is (160,164,85). Sum of RGB (Red+Green+Blue) = 160+164+85=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A455 is #5F5BAA. Grayscale: #9A9A9A. Windows color (decimal): -6249387 or 5612704. OLE color: 5612704.

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

Color convert

RGB16016485-
CMYK0.0200.480.36
HSL63.04º31.73%48.82%-
HSV(B)63.04º48.17%64.31%-
XYZ29.4134.6813.74-
YUV153.889.17132.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=39.12%
G=40.10%
B=20.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160164850.0200.480.3663.0431.7348.82
HexA0A4552030243f2031
Octal240244125206044774061
Binary10100000101001001010101100110000100100111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A455; }

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

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

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

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

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

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

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

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