#A54450

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

Shades of Night Shadz #A54450

Tints of Night Shadz #A54450

Color information

#A54450 (or 0xA54450) is unknown color: approx Night Shadz. HEX triplet: A5, 44 and 50. RGB value is (165,68,80). Sum of RGB (Red+Green+Blue) = 165+68+80=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A54450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54450 is #5ABBAF. Grayscale: #626262. Windows color (decimal): -5946288 or 5260453. OLE color: 5260453.

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

Color convert

RGB1656880-
CMYK00.590.520.35
HSL352.58º41.63%45.69%-
HSV(B)352.58º58.79%64.71%-
XYZ19.0312.719.04-
YUV98.37117.64175.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=52.72%
G=21.73%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165688000.590.520.35352.5841.6345.69
HexA5445003B34231612a2e
Octal24510412007364435415256
Binary10100101100010010100000111011110100100011101100001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54450; }

 p { color: rgb(165,68,80); }

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

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

 a { background-color: rgb(165,68,80); }

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

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

 span { border-color: rgb(165,68,80); }

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