#A04559

Color #A04559 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A04559

Tints of Night Shadz #A04559

Color information

#A04559 (or 0xA04559) is unknown color: approx Night Shadz. HEX triplet: A0, 45 and 59. RGB value is (160,69,89). Sum of RGB (Red+Green+Blue) = 160+69+89=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A04559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04559 is #5FBAA6. Grayscale: #626262. Windows color (decimal): -6273703 or 5850528. OLE color: 5850528.

HSL color Cylindrical-coordinate representation of color #A04559: hue angle of 346.81º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04559 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1606989-
CMYK00.570.440.37
HSL346.81º39.74%44.9%-
HSV(B)346.81º56.88%62.75%-
XYZ18.4312.4510.88-
YUV98.49122.65171.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=50.31%
G=21.70%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160698900.570.440.37346.8139.7444.9
HexA045590392C2515b282d
Octal24010513107154455335055
Binary10100000100010110110010111001101100100101101011011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04559; }

 p { color: rgb(160,69,89); }

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

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

 a { background-color: rgb(160,69,89); }

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

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

 span { border-color: rgb(160,69,89); }

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