#A63550

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

Shades of Night Shadz #A63550

Tints of Night Shadz #A63550

Color information

#A63550 (or 0xA63550) is unknown color: approx Night Shadz. HEX triplet: A6, 35 and 50. RGB value is (166,53,80). Sum of RGB (Red+Green+Blue) = 166+53+80=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A63550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63550 is #59CAAF. Grayscale: #595959. Windows color (decimal): -5884592 or 5256614. OLE color: 5256614.

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

Color convert

RGB1665380-
CMYK00.680.520.35
HSL345.66º51.6%42.94%-
HSV(B)345.66º68.07%65.1%-
XYZ18.4511.238.79-
YUV89.86122.44182.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=55.52%
G=17.73%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166538000.680.520.35345.6651.642.94
HexA63550044342315a342b
Octal24665120010464435326453
Binary10100110110101101000001000100110100100011101011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63550; }

 p { color: rgb(166,53,80); }

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

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

 a { background-color: rgb(166,53,80); }

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

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

 span { border-color: rgb(166,53,80); }

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