#A54849

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

Shades of Night Shadz #A54849

Tints of Night Shadz #A54849

Color information

#A54849 (or 0xA54849) is unknown color: approx Night Shadz. HEX triplet: A5, 48 and 49. RGB value is (165,72,73). Sum of RGB (Red+Green+Blue) = 165+72+73=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A54849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54849 is #5AB7B6. Grayscale: #646464. Windows color (decimal): -5945271 or 4802725. OLE color: 4802725.

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

Color convert

RGB1657273-
CMYK00.560.560.35
HSL359.35º39.24%46.47%-
HSV(B)359.35º56.36%64.71%-
XYZ19.0413.127.83-
YUV99.92112.81174.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=53.23%
G=23.23%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165727300.560.560.35359.3539.2446.47
HexA548490383823167272e
Octal24511011107070435474756
Binary10100101100100010010010111000111000100011101100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54849; }

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

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

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

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

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

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

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

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