#A7464E

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

Shades of Night Shadz #A7464E

Tints of Night Shadz #A7464E

Color information

#A7464E (or 0xA7464E) is unknown color: approx Night Shadz. HEX triplet: A7, 46 and 4E. RGB value is (167,70,78). Sum of RGB (Red+Green+Blue) = 167+70+78=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7464E is #58B9B1. Grayscale: #636363. Windows color (decimal): -5814706 or 5129895. OLE color: 5129895.

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

Color convert

RGB1677078-
CMYK00.580.530.35
HSL355.05º40.93%46.47%-
HSV(B)355.05º58.08%65.49%-
XYZ19.513.158.72-
YUV99.92115.64175.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=53.02%
G=22.22%
B=24.76%

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
Decimal167707800.580.530.35355.0540.9346.47
HexA7464E03A3523163292e
Octal24710611607265435435156
Binary10100111100011010011100111010110101100011101100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7464E; }

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

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

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

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

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

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

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

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