#A04458

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

Shades of Night Shadz #A04458

Tints of Night Shadz #A04458

Color information

#A04458 (or 0xA04458) is unknown color: approx Night Shadz. HEX triplet: A0, 44 and 58. RGB value is (160,68,88). Sum of RGB (Red+Green+Blue) = 160+68+88=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04458 is #5FBBA7. Grayscale: #616161. Windows color (decimal): -6273960 or 5784736. OLE color: 5784736.

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

Color convert

RGB1606888-
CMYK00.570.450.37
HSL346.96º40.35%44.71%-
HSV(B)346.96º57.5%62.75%-
XYZ18.3312.3110.64-
YUV97.79122.48172.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=50.63%
G=21.52%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160688800.570.450.37346.9640.3544.71
HexA044580392D2515b282d
Octal24010413007155455335055
Binary10100000100010010110000111001101101100101101011011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04458; }

 p { color: rgb(160,68,88); }

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

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

 a { background-color: rgb(160,68,88); }

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

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

 span { border-color: rgb(160,68,88); }

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