#AB404F

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

Shades of Night Shadz #AB404F

Tints of Night Shadz #AB404F

Color information

#AB404F (or 0xAB404F) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 4F. RGB value is (171,64,79). Sum of RGB (Red+Green+Blue) = 171+64+79=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB404F is #54BFB0. Grayscale: #616161. Windows color (decimal): -5554097 or 5193899. OLE color: 5193899.

HSL color Cylindrical-coordinate representation of color #AB404F: hue angle of 351.59º 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 #AB404F is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1716479-
CMYK00.630.540.33
HSL351.59º45.53%46.08%-
HSV(B)351.59º62.57%67.06%-
XYZ20.0412.898.83-
YUV97.7117.45180.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=54.46%
G=20.38%
B=25.16%

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
Decimal171647900.630.540.33351.5945.5346.08
HexAB404F03F36211602e2e
Octal25310011707766415405656
Binary10101011100000010011110111111110110100001101100000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB404F; }

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

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

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

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

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

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

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

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