#AB4044

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

Shades of Night Shadz #AB4044

Tints of Night Shadz #AB4044

Color information

#AB4044 (or 0xAB4044) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 44. RGB value is (171,64,68). Sum of RGB (Red+Green+Blue) = 171+64+68=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4044 is #54BFBB. Grayscale: #606060. Windows color (decimal): -5554108 or 4473003. OLE color: 4473003.

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

Color convert

RGB1716468-
CMYK00.630.600.33
HSL357.76º45.53%46.08%-
HSV(B)357.76º62.57%67.06%-
XYZ19.6712.746.89-
YUV96.45111.95181.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=56.44%
G=21.12%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171646800.630.600.33357.7645.5346.08
HexAB404403F3C211662e2e
Octal25310010407774415465656
Binary10101011100000010001000111111111100100001101100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4044; }

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

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

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

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

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

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

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

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