#A5494A

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

Shades of Night Shadz #A5494A

Tints of Night Shadz #A5494A

Color information

#A5494A (or 0xA5494A) is unknown color: approx Night Shadz. HEX triplet: A5, 49 and 4A. RGB value is (165,73,74). Sum of RGB (Red+Green+Blue) = 165+73+74=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5494A is #5AB6B5. Grayscale: #646464. Windows color (decimal): -5945014 or 4868517. OLE color: 4868517.

HSL color Cylindrical-coordinate representation of color #A5494A: hue angle of 359.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5494A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1657374-
CMYK00.560.550.35
HSL359.35º38.66%46.67%-
HSV(B)359.35º55.76%64.71%-
XYZ19.1413.268.03-
YUV100.62112.98173.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=52.88%
G=23.40%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165737400.560.550.35359.3538.6646.67
HexA5494A0383723167272f
Octal24511111207067435474757
Binary10100101100100110010100111000110111100011101100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5494A; }

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

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

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

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

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

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

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

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