#A5464B

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

Shades of Night Shadz #A5464B

Tints of Night Shadz #A5464B

Color information

#A5464B (or 0xA5464B) is unknown color: approx Night Shadz. HEX triplet: A5, 46 and 4B. RGB value is (165,70,75). Sum of RGB (Red+Green+Blue) = 165+70+75=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5464B is #5AB9B4. Grayscale: #636363. Windows color (decimal): -5945781 or 4933285. OLE color: 4933285.

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

Color convert

RGB1657075-
CMYK00.580.550.35
HSL356.84º40.43%46.08%-
HSV(B)356.84º57.58%64.71%-
XYZ18.9812.898.14-
YUV98.98114.47175.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=53.23%
G=22.58%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165707500.580.550.35356.8440.4346.08
HexA5464B03A3723165282e
Octal24510611307267435455056
Binary10100101100011010010110111010110111100011101100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5464B; }

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

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

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

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

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

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

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

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