#A54447

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

Shades of Night Shadz #A54447

Tints of Night Shadz #A54447

Color information

#A54447 (or 0xA54447) is unknown color: approx Night Shadz. HEX triplet: A5, 44 and 47. RGB value is (165,68,71). Sum of RGB (Red+Green+Blue) = 165+68+71=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A54447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54447 is #5ABBB8. Grayscale: #616161. Windows color (decimal): -5946297 or 4670629. OLE color: 4670629.

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

Color convert

RGB1656871-
CMYK00.590.570.35
HSL358.14º41.63%45.69%-
HSV(B)358.14º58.79%64.71%-
XYZ18.7212.597.4-
YUV97.34113.14176.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=54.28%
G=22.37%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165687100.590.570.35358.1441.6345.69
HexA5444703B39231662a2e
Octal24510410707371435465256
Binary10100101100010010001110111011111001100011101100110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54447; }

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

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

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

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

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

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

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

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