#AB3959

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

Shades of Night Shadz #AB3959

Tints of Night Shadz #AB3959

Color information

#AB3959 (or 0xAB3959) is unknown color: approx Night Shadz. HEX triplet: AB, 39 and 59. RGB value is (171,57,89). Sum of RGB (Red+Green+Blue) = 171+57+89=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3959 is #54C6A6. Grayscale: #5E5E5E. Windows color (decimal): -5555879 or 5847467. OLE color: 5847467.

HSL color Cylindrical-coordinate representation of color #AB3959: hue angle of 343.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3959 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1715789-
CMYK00.670.480.33
HSL343.16º50%44.71%-
HSV(B)343.16º66.67%67.06%-
XYZ20.0612.3110.77-
YUV94.73124.77182.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=53.94%
G=17.98%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171578900.670.480.33343.165044.71
HexAB39590433021157322d
Octal25371131010360415276255
Binary10101011111001101100101000011110000100001101010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3959; }

 p { color: rgb(171,57,89); }

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

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

 a { background-color: rgb(171,57,89); }

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

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

 span { border-color: rgb(171,57,89); }

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