#A5464A

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

Shades of Night Shadz #A5464A

Tints of Night Shadz #A5464A

Color information

#A5464A (or 0xA5464A) is unknown color: approx Night Shadz. HEX triplet: A5, 46 and 4A. RGB value is (165,70,74). Sum of RGB (Red+Green+Blue) = 165+70+74=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5464A is #5AB9B5. Grayscale: #626262. Windows color (decimal): -5945782 or 4867749. OLE color: 4867749.

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

Color convert

RGB1657074-
CMYK00.580.550.35
HSL357.47º40.43%46.08%-
HSV(B)357.47º57.58%64.71%-
XYZ18.9412.877.97-
YUV98.86113.97175.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=53.40%
G=22.65%
B=23.95%

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
Decimal165707400.580.550.35357.4740.4346.08
HexA5464A03A3723165282e
Octal24510611207267435455056
Binary10100101100011010010100111010110111100011101100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5464A; }

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

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

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

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

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

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

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

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