#A6464E

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

Shades of Night Shadz #A6464E

Tints of Night Shadz #A6464E

Color information

#A6464E (or 0xA6464E) is unknown color: approx Night Shadz. HEX triplet: A6, 46 and 4E. RGB value is (166,70,78). Sum of RGB (Red+Green+Blue) = 166+70+78=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6464E is #59B9B1. Grayscale: #636363. Windows color (decimal): -5880242 or 5129894. OLE color: 5129894.

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

Color convert

RGB1667078-
CMYK00.580.530.35
HSL355º40.68%46.27%-
HSV(B)355º57.83%65.1%-
XYZ19.2913.048.71-
YUV99.62115.8175.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=52.87%
G=22.29%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166707800.580.530.3535540.6846.27
HexA6464E03A3523163292e
Octal24610611607265435435156
Binary10100110100011010011100111010110101100011101100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6464E; }

 p { color: rgb(166,70,78); }

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

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

 a { background-color: rgb(166,70,78); }

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

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

 span { border-color: rgb(166,70,78); }

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