#A04952

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

Shades of Night Shadz #A04952

Tints of Night Shadz #A04952

Color information

#A04952 (or 0xA04952) is unknown color: approx Night Shadz. HEX triplet: A0, 49 and 52. RGB value is (160,73,82). Sum of RGB (Red+Green+Blue) = 160+73+82=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A04952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04952 is #5FB6AD. Grayscale: #646464. Windows color (decimal): -6272686 or 5392800. OLE color: 5392800.

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

Color convert

RGB1607382-
CMYK00.540.490.37
HSL353.79º37.34%45.69%-
HSV(B)353.79º54.37%62.75%-
XYZ18.412.859.49-
YUV100.04117.82170.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=50.79%
G=23.17%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160738200.540.490.37353.7937.3445.69
HexA049520363125162252e
Octal24011112206661455424556
Binary10100000100100110100100110110110001100101101100010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04952; }

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

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

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

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

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

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

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

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