#A63959

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

Shades of Night Shadz #A63959

Tints of Night Shadz #A63959

Color information

#A63959 (or 0xA63959) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 59. RGB value is (166,57,89). Sum of RGB (Red+Green+Blue) = 166+57+89=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A63959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63959 is #59C6A6. Grayscale: #5D5D5D. Windows color (decimal): -5883559 or 5847462. OLE color: 5847462.

HSL color Cylindrical-coordinate representation of color #A63959: hue angle of 342.39º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63959 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1665789-
CMYK00.660.460.35
HSL342.39º48.88%43.73%-
HSV(B)342.39º65.66%65.1%-
XYZ18.9911.7510.72-
YUV93.24125.61179.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=53.21%
G=18.27%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166578900.660.460.35342.3948.8843.73
HexA639590422E23156312c
Octal24671131010256435266154
Binary10100110111001101100101000010101110100011101010110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63959; }

 p { color: rgb(166,57,89); }

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

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

 a { background-color: rgb(166,57,89); }

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

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

 span { border-color: rgb(166,57,89); }

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