#A04050

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

Shades of Night Shadz #A04050

Tints of Night Shadz #A04050

Color information

#A04050 (or 0xA04050) is unknown color: approx Night Shadz. HEX triplet: A0, 40 and 50. RGB value is (160,64,80). Sum of RGB (Red+Green+Blue) = 160+64+80=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A04050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04050 is #5FBFAF. Grayscale: #5E5E5E. Windows color (decimal): -6274992 or 5259424. OLE color: 5259424.

HSL color Cylindrical-coordinate representation of color #A04050: hue angle of 350º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04050 is Cyan = 0, Magento = 0.6, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB1606480-
CMYK00.60.50.37
HSL350º42.86%43.92%-
HSV(B)350º60%62.75%-
XYZ17.7811.728.91-
YUV94.53119.8174.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160648000.60.50.3735042.8643.92
HexA0405003C322515e2b2c
Octal24010012007462455365354
Binary10100000100000010100000111100110010100101101011110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04050; }

 p { color: rgb(160,64,80); }

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

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

 a { background-color: rgb(160,64,80); }

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

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

 span { border-color: rgb(160,64,80); }

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