#AB404E

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

Shades of Night Shadz #AB404E

Tints of Night Shadz #AB404E

Color information

#AB404E (or 0xAB404E) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 4E. RGB value is (171,64,78). Sum of RGB (Red+Green+Blue) = 171+64+78=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB404E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB404E is #54BFB1. Grayscale: #616161. Windows color (decimal): -5554098 or 5128363. OLE color: 5128363.

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

Color convert

RGB1716478-
CMYK00.630.540.33
HSL352.15º45.53%46.08%-
HSV(B)352.15º62.57%67.06%-
XYZ2012.878.64-
YUV97.59116.95180.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=54.63%
G=20.45%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171647800.630.540.33352.1545.5346.08
HexAB404E03F36211602e2e
Octal25310011607766415405656
Binary10101011100000010011100111111110110100001101100000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB404E; }

 p { color: rgb(171,64,78); }

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

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

 a { background-color: rgb(171,64,78); }

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

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

 span { border-color: rgb(171,64,78); }

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