#A04052

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

Shades of Night Shadz #A04052

Tints of Night Shadz #A04052

Color information

#A04052 (or 0xA04052) is unknown color: approx Night Shadz. HEX triplet: A0, 40 and 52. RGB value is (160,64,82). Sum of RGB (Red+Green+Blue) = 160+64+82=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A04052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04052 is #5FBFAD. Grayscale: #5E5E5E. Windows color (decimal): -6274990 or 5390496. OLE color: 5390496.

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

Color convert

RGB1606482-
CMYK00.60.490.37
HSL348.75º42.86%43.92%-
HSV(B)348.75º60%62.75%-
XYZ17.8511.759.31-
YUV94.76120.8174.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=52.29%
G=20.92%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160648200.60.490.37348.7542.8643.92
HexA0405203C312515d2b2c
Octal24010012207461455355354
Binary10100000100000010100100111100110001100101101011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04052; }

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

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

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

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

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

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

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

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