#A0454B

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

Shades of Night Shadz #A0454B

Tints of Night Shadz #A0454B

Color information

#A0454B (or 0xA0454B) is unknown color: approx Night Shadz. HEX triplet: A0, 45 and 4B. RGB value is (160,69,75). Sum of RGB (Red+Green+Blue) = 160+69+75=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0454B is #5FBAB4. Grayscale: #606060. Windows color (decimal): -6273717 or 4933024. OLE color: 4933024.

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

Color convert

RGB1606975-
CMYK00.570.530.37
HSL356.04º39.74%44.9%-
HSV(B)356.04º56.88%62.75%-
XYZ17.912.248.08-
YUV96.89115.65173.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=52.63%
G=22.70%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160697500.570.530.37356.0439.7444.9
HexA0454B0393525164282d
Octal24010511307165455445055
Binary10100000100010110010110111001110101100101101100100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0454B; }

 p { color: rgb(160,69,75); }

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

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

 a { background-color: rgb(160,69,75); }

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

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

 span { border-color: rgb(160,69,75); }

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