#AB4054

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

Shades of Night Shadz #AB4054

Tints of Night Shadz #AB4054

Color information

#AB4054 (or 0xAB4054) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 54. RGB value is (171,64,84). Sum of RGB (Red+Green+Blue) = 171+64+84=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4054 is #54BFAB. Grayscale: #626262. Windows color (decimal): -5554092 or 5521579. OLE color: 5521579.

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

Color convert

RGB1716484-
CMYK00.630.510.33
HSL348.79º45.53%46.08%-
HSV(B)348.79º62.57%67.06%-
XYZ20.2312.969.82-
YUV98.27119.95179.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=53.61%
G=20.06%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171648400.630.510.33348.7945.5346.08
HexAB405403F332115d2e2e
Octal25310012407763415355656
Binary10101011100000010101000111111110011100001101011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4054; }

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

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

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

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

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

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

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

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