#A5464E

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

Shades of Night Shadz #A5464E

Tints of Night Shadz #A5464E

Color information

#A5464E (or 0xA5464E) is unknown color: approx Night Shadz. HEX triplet: A5, 46 and 4E. RGB value is (165,70,78). Sum of RGB (Red+Green+Blue) = 165+70+78=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5464E is #5AB9B1. Grayscale: #636363. Windows color (decimal): -5945778 or 5129893. OLE color: 5129893.

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

Color convert

RGB1657078-
CMYK00.580.530.35
HSL354.95º40.43%46.08%-
HSV(B)354.95º57.58%64.71%-
XYZ19.0812.938.7-
YUV99.32115.97174.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=52.72%
G=22.36%
B=24.92%

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
Decimal165707800.580.530.35354.9540.4346.08
HexA5464E03A3523163282e
Octal24510611607265435435056
Binary10100101100011010011100111010110101100011101100011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5464E; }

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

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

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

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

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

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

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

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