#A0A563

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

Shades of Green Smoke #A0A563

Tints of Green Smoke #A0A563

Color information

#A0A563 (or 0xA0A563) is unknown color: approx Green Smoke. HEX triplet: A0, A5 and 63. RGB value is (160,165,99). Sum of RGB (Red+Green+Blue) = 160+165+99=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A563 is #5F5A9C. Grayscale: #9C9C9C. Windows color (decimal): -6249117 or 6530464. OLE color: 6530464.

HSL color Cylindrical-coordinate representation of color #A0A563: hue angle of 64.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A563 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16016599-
CMYK0.0300.400.35
HSL64.55º26.83%51.76%-
HSV(B)64.55º40%64.71%-
XYZ30.235.2817.02-
YUV155.9895.84130.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=37.74%
G=38.92%
B=23.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160165990.0300.400.3564.5526.8351.76
HexA0A563302823411b34
Octal2402451433050431013364
Binary10100000101001011100011110101000100011100000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A563; }

 p { color: rgb(160,165,99); }

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

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

 a { background-color: rgb(160,165,99); }

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

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

 span { border-color: rgb(160,165,99); }

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