#A6474E

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

Shades of Night Shadz #A6474E

Tints of Night Shadz #A6474E

Color information

#A6474E (or 0xA6474E) is unknown color: approx Night Shadz. HEX triplet: A6, 47 and 4E. RGB value is (166,71,78). Sum of RGB (Red+Green+Blue) = 166+71+78=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6474E is #59B8B1. Grayscale: #646464. Windows color (decimal): -5879986 or 5130150. OLE color: 5130150.

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

Color convert

RGB1667178-
CMYK00.570.530.35
HSL355.58º40.08%46.47%-
HSV(B)355.58º57.23%65.1%-
XYZ19.3513.168.73-
YUV100.2115.47174.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=52.70%
G=22.54%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166717800.570.530.35355.5840.0846.47
HexA6474E0393523164282e
Octal24610711607165435445056
Binary10100110100011110011100111001110101100011101100100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6474E; }

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

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

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

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

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

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

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

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