#AB4049

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

Shades of Night Shadz #AB4049

Tints of Night Shadz #AB4049

Color information

#AB4049 (or 0xAB4049) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 49. RGB value is (171,64,73). Sum of RGB (Red+Green+Blue) = 171+64+73=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4049 is #54BFB6. Grayscale: #616161. Windows color (decimal): -5554103 or 4800683. OLE color: 4800683.

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

Color convert

RGB1716473-
CMYK00.630.570.33
HSL354.95º45.53%46.08%-
HSV(B)354.95º62.57%67.06%-
XYZ19.8312.817.73-
YUV97.02114.45180.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=55.52%
G=20.78%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171647300.630.570.33354.9545.5346.08
HexAB404903F39211632e2e
Octal25310011107771415435656
Binary10101011100000010010010111111111001100001101100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4049; }

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

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

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

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

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

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

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

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