#AB4045

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

Shades of Night Shadz #AB4045

Tints of Night Shadz #AB4045

Color information

#AB4045 (or 0xAB4045) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 45. RGB value is (171,64,69). Sum of RGB (Red+Green+Blue) = 171+64+69=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4045 is #54BFBA. Grayscale: #606060. Windows color (decimal): -5554107 or 4538539. OLE color: 4538539.

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

Color convert

RGB1716469-
CMYK00.630.600.33
HSL357.2º45.53%46.08%-
HSV(B)357.2º62.57%67.06%-
XYZ19.712.757.05-
YUV96.56112.45181.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=56.25%
G=21.05%
B=22.70%

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
Decimal171646900.630.600.33357.245.5346.08
HexAB404503F3C211652e2e
Octal25310010507774415455656
Binary10101011100000010001010111111111100100001101100101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4045; }

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

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

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

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

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

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

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

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