#A14557

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

Shades of Night Shadz #A14557

Tints of Night Shadz #A14557

Color information

#A14557 (or 0xA14557) is unknown color: approx Night Shadz. HEX triplet: A1, 45 and 57. RGB value is (161,69,87). Sum of RGB (Red+Green+Blue) = 161+69+87=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A14557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14557 is #5EBAA8. Grayscale: #626262. Windows color (decimal): -6208169 or 5719457. OLE color: 5719457.

HSL color Cylindrical-coordinate representation of color #A14557: hue angle of 348.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14557 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1616987-
CMYK00.570.460.37
HSL348.26º40%45.1%-
HSV(B)348.26º57.14%63.14%-
XYZ18.5512.5210.46-
YUV98.56121.48172.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=50.79%
G=21.77%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161698700.570.460.37348.264045.1
HexA145570392E2515c282d
Octal24110512707156455345055
Binary10100001100010110101110111001101110100101101011100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14557; }

 p { color: rgb(161,69,87); }

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

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

 a { background-color: rgb(161,69,87); }

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

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

 span { border-color: rgb(161,69,87); }

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