#A6414C

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

Shades of Night Shadz #A6414C

Tints of Night Shadz #A6414C

Color information

#A6414C (or 0xA6414C) is unknown color: approx Night Shadz. HEX triplet: A6, 41 and 4C. RGB value is (166,65,76). Sum of RGB (Red+Green+Blue) = 166+65+76=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6414C is #59BEB3. Grayscale: #606060. Windows color (decimal): -5881524 or 4997542. OLE color: 4997542.

HSL color Cylindrical-coordinate representation of color #A6414C: hue angle of 353.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6414C is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1666576-
CMYK00.610.540.35
HSL353.47º43.72%45.29%-
HSV(B)353.47º60.84%65.1%-
XYZ18.9212.418.24-
YUV96.45116.46177.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=54.07%
G=21.17%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166657600.610.540.35353.4743.7245.29
HexA6414C03D36231612c2d
Octal24610111407566435415455
Binary10100110100000110011000111101110110100011101100001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6414C; }

 p { color: rgb(166,65,76); }

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

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

 a { background-color: rgb(166,65,76); }

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

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

 span { border-color: rgb(166,65,76); }

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