#A04659

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

Shades of Night Shadz #A04659

Tints of Night Shadz #A04659

Color information

#A04659 (or 0xA04659) is unknown color: approx Night Shadz. HEX triplet: A0, 46 and 59. RGB value is (160,70,89). Sum of RGB (Red+Green+Blue) = 160+70+89=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A04659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04659 is #5FB9A6. Grayscale: #636363. Windows color (decimal): -6273447 or 5850784. OLE color: 5850784.

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

Color convert

RGB1607089-
CMYK00.560.440.37
HSL347.33º39.13%45.1%-
HSV(B)347.33º56.25%62.75%-
XYZ18.4912.5810.9-
YUV99.08122.32171.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=50.16%
G=21.94%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160708900.560.440.37347.3339.1345.1
HexA046590382C2515b272d
Octal24010613107054455334755
Binary10100000100011010110010111000101100100101101011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04659; }

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

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

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

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

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

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

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

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