#AB394A

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

Shades of Night Shadz #AB394A

Tints of Night Shadz #AB394A

Color information

#AB394A (or 0xAB394A) is unknown color: approx Night Shadz. HEX triplet: AB, 39 and 4A. RGB value is (171,57,74). Sum of RGB (Red+Green+Blue) = 171+57+74=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB394A is #54C6B5. Grayscale: #5D5D5D. Windows color (decimal): -5555894 or 4864427. OLE color: 4864427.

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

Color convert

RGB1715774-
CMYK00.670.570.33
HSL351.05º50%44.71%-
HSV(B)351.05º66.67%67.06%-
XYZ19.4912.087.78-
YUV93.02117.27183.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=56.62%
G=18.87%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171577400.670.570.33351.055044.71
HexAB394A043392115f322d
Octal25371112010371415376255
Binary10101011111001100101001000011111001100001101011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB394A; }

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

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

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

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

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

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

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

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