#A63A57

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

Shades of Night Shadz #A63A57

Tints of Night Shadz #A63A57

Color information

#A63A57 (or 0xA63A57) is unknown color: approx Night Shadz. HEX triplet: A6, 3A and 57. RGB value is (166,58,87). Sum of RGB (Red+Green+Blue) = 166+58+87=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A57 is #59C5A8. Grayscale: #5D5D5D. Windows color (decimal): -5883305 or 5716646. OLE color: 5716646.

HSL color Cylindrical-coordinate representation of color #A63A57: hue angle of 343.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 #A63A57 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1665887-
CMYK00.650.480.35
HSL343.89º48.21%43.92%-
HSV(B)343.89º65.06%65.1%-
XYZ18.9611.8210.3-
YUV93.6124.28179.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=53.38%
G=18.65%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166588700.650.480.35343.8948.2143.92
HexA63A570413023158302c
Octal24672127010160435306054
Binary10100110111010101011101000001110000100011101011000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A57; }

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

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

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

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

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

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

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

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