#A6304B

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

Shades of Night Shadz #A6304B

Tints of Night Shadz #A6304B

Color information

#A6304B (or 0xA6304B) is unknown color: approx Night Shadz. HEX triplet: A6, 30 and 4B. RGB value is (166,48,75). Sum of RGB (Red+Green+Blue) = 166+48+75=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A6304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6304B is #59CFB4. Grayscale: #565656. Windows color (decimal): -5885877 or 4927654. OLE color: 4927654.

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

Color convert

RGB1664875-
CMYK00.710.550.35
HSL346.27º55.14%41.96%-
HSV(B)346.27º71.08%65.1%-
XYZ18.0510.737.78-
YUV86.36121.59184.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=57.44%
G=16.61%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166487500.710.550.35346.2755.1441.96
HexA6304B047372315a372a
Octal24660113010767435326752
Binary10100110110000100101101000111110111100011101011010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6304B; }

 p { color: rgb(166,48,75); }

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

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

 a { background-color: rgb(166,48,75); }

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

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

 span { border-color: rgb(166,48,75); }

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