#A63A4E

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

Shades of Night Shadz #A63A4E

Tints of Night Shadz #A63A4E

Color information

#A63A4E (or 0xA63A4E) is unknown color: approx Night Shadz. HEX triplet: A6, 3A and 4E. RGB value is (166,58,78). Sum of RGB (Red+Green+Blue) = 166+58+78=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A4E is #59C5B1. Grayscale: #5C5C5C. Windows color (decimal): -5883314 or 5126822. OLE color: 5126822.

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

Color convert

RGB1665878-
CMYK00.650.530.35
HSL348.89º48.21%43.92%-
HSV(B)348.89º65.06%65.1%-
XYZ18.6111.688.48-
YUV92.57119.78180.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=54.97%
G=19.21%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166587800.650.530.35348.8948.2143.92
HexA63A4E041352315d302c
Octal24672116010165435356054
Binary10100110111010100111001000001110101100011101011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A4E; }

 p { color: rgb(166,58,78); }

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

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

 a { background-color: rgb(166,58,78); }

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

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

 span { border-color: rgb(166,58,78); }

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