#A63342

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

Shades of Night Shadz #A63342

Tints of Night Shadz #A63342

Color information

#A63342 (or 0xA63342) is unknown color: approx Night Shadz. HEX triplet: A6, 33 and 42. RGB value is (166,51,66). Sum of RGB (Red+Green+Blue) = 166+51+66=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A63342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63342 is #59CCBD. Grayscale: #575757. Windows color (decimal): -5885118 or 4338598. OLE color: 4338598.

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

Color convert

RGB1665166-
CMYK00.690.600.35
HSL352.17º53%42.55%-
HSV(B)352.17º69.28%65.1%-
XYZ17.8910.876.31-
YUV87.1116.1184.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=58.66%
G=18.02%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166516600.690.600.35352.175342.55
HexA633420453C23160352b
Octal24663102010574435406553
Binary10100110110011100001001000101111100100011101100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63342; }

 p { color: rgb(166,51,66); }

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

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

 a { background-color: rgb(166,51,66); }

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

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

 span { border-color: rgb(166,51,66); }

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