#A63958

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

Shades of Night Shadz #A63958

Tints of Night Shadz #A63958

Color information

#A63958 (or 0xA63958) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 58. RGB value is (166,57,88). Sum of RGB (Red+Green+Blue) = 166+57+88=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A63958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63958 is #59C6A7. Grayscale: #5D5D5D. Windows color (decimal): -5883560 or 5781926. OLE color: 5781926.

HSL color Cylindrical-coordinate representation of color #A63958: hue angle of 342.94º 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 #A63958 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1665788-
CMYK00.660.470.35
HSL342.94º48.88%43.73%-
HSV(B)342.94º65.66%65.1%-
XYZ18.9511.7410.5-
YUV93.12125.11179.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=53.38%
G=18.33%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166578800.660.470.35342.9448.8843.73
HexA639580422F23157312c
Octal24671130010257435276154
Binary10100110111001101100001000010101111100011101010111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63958; }

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

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

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

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

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

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

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

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