#A14950

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

Shades of Night Shadz #A14950

Tints of Night Shadz #A14950

Color information

#A14950 (or 0xA14950) is unknown color: approx Night Shadz. HEX triplet: A1, 49 and 50. RGB value is (161,73,80). Sum of RGB (Red+Green+Blue) = 161+73+80=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A14950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14950 is #5EB6AF. Grayscale: #646464. Windows color (decimal): -6207152 or 5261729. OLE color: 5261729.

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

Color convert

RGB1617380-
CMYK00.550.500.37
HSL355.23º37.61%45.88%-
HSV(B)355.23º54.66%63.14%-
XYZ18.5312.929.11-
YUV100.11116.65171.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=51.27%
G=23.25%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161738000.550.500.37355.2337.6145.88
HexA149500373225163262e
Octal24111112006762455434656
Binary10100001100100110100000110111110010100101101100011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14950; }

 p { color: rgb(161,73,80); }

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

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

 a { background-color: rgb(161,73,80); }

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

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

 span { border-color: rgb(161,73,80); }

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