#A54454

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

Shades of Night Shadz #A54454

Tints of Night Shadz #A54454

Color information

#A54454 (or 0xA54454) is unknown color: approx Night Shadz. HEX triplet: A5, 44 and 54. RGB value is (165,68,84). Sum of RGB (Red+Green+Blue) = 165+68+84=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A54454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54454 is #5ABBAB. Grayscale: #626262. Windows color (decimal): -5946284 or 5522597. OLE color: 5522597.

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

Color convert

RGB1656884-
CMYK00.590.490.35
HSL350.1º41.63%45.69%-
HSV(B)350.1º58.79%64.71%-
XYZ19.1812.779.84-
YUV98.83119.64175.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=52.05%
G=21.45%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165688400.590.490.35350.141.6345.69
HexA5445403B312315e2a2e
Octal24510412407361435365256
Binary10100101100010010101000111011110001100011101011110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54454; }

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

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

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

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

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

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

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

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