#AB3353

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

Shades of Night Shadz #AB3353

Tints of Night Shadz #AB3353

Color information

#AB3353 (or 0xAB3353) is unknown color: approx Night Shadz. HEX triplet: AB, 33 and 53. RGB value is (171,51,83). Sum of RGB (Red+Green+Blue) = 171+51+83=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3353 is #54CCAC. Grayscale: #5A5A5A. Windows color (decimal): -5557421 or 5452715. OLE color: 5452715.

HSL color Cylindrical-coordinate representation of color #AB3353: hue angle of 344º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3353 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1715183-
CMYK00.700.510.33
HSL344º54.05%43.53%-
HSV(B)344º70.18%67.06%-
XYZ19.5411.659.4-
YUV90.53123.76185.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=56.07%
G=16.72%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171518300.700.510.3334454.0543.53
HexAB33530463321158362c
Octal25363123010663415306654
Binary10101011110011101001101000110110011100001101011000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3353; }

 p { color: rgb(171,51,83); }

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

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

 a { background-color: rgb(171,51,83); }

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

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

 span { border-color: rgb(171,51,83); }

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