#A04652

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

Shades of Night Shadz #A04652

Tints of Night Shadz #A04652

Color information

#A04652 (or 0xA04652) is unknown color: approx Night Shadz. HEX triplet: A0, 46 and 52. RGB value is (160,70,82). Sum of RGB (Red+Green+Blue) = 160+70+82=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A04652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04652 is #5FB9AD. Grayscale: #626262. Windows color (decimal): -6273454 or 5392032. OLE color: 5392032.

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

Color convert

RGB1607082-
CMYK00.560.490.37
HSL352º39.13%45.1%-
HSV(B)352º56.25%62.75%-
XYZ18.2112.469.43-
YUV98.28118.82172.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=51.28%
G=22.44%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160708200.560.490.3735239.1345.1
HexA046520383125160272d
Octal24010612207061455404755
Binary10100000100011010100100111000110001100101101100000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04652; }

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

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

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

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

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

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

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

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