#A04352

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

Shades of Night Shadz #A04352

Tints of Night Shadz #A04352

Color information

#A04352 (or 0xA04352) is unknown color: approx Night Shadz. HEX triplet: A0, 43 and 52. RGB value is (160,67,82). Sum of RGB (Red+Green+Blue) = 160+67+82=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A04352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04352 is #5FBCAD. Grayscale: #606060. Windows color (decimal): -6274222 or 5391264. OLE color: 5391264.

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

Color convert

RGB1606782-
CMYK00.580.490.37
HSL350.32º40.97%44.51%-
HSV(B)350.32º58.13%62.75%-
XYZ18.0312.19.37-
YUV96.52119.81173.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=51.78%
G=21.68%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160678200.580.490.37350.3240.9744.51
HexA0435203A312515e292d
Octal24010312207261455365155
Binary10100000100001110100100111010110001100101101011110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04352; }

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

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

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

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

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

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

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

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