#AB3549

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

Shades of Night Shadz #AB3549

Tints of Night Shadz #AB3549

Color information

#AB3549 (or 0xAB3549) is unknown color: approx Night Shadz. HEX triplet: AB, 35 and 49. RGB value is (171,53,73). Sum of RGB (Red+Green+Blue) = 171+53+73=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3549 is #54CAB6. Grayscale: #5A5A5A. Windows color (decimal): -5556919 or 4797867. OLE color: 4797867.

HSL color Cylindrical-coordinate representation of color #AB3549: hue angle of 349.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3549 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1715373-
CMYK00.690.570.33
HSL349.83º52.68%43.92%-
HSV(B)349.83º69.01%67.06%-
XYZ19.2711.697.54-
YUV90.56118.09185.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=57.58%
G=17.85%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171537300.690.570.33349.8352.6843.92
HexAB3549045392115e352c
Octal25365111010571415366554
Binary10101011110101100100101000101111001100001101011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3549; }

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

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

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

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

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

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

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

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