#AB3E46

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

Shades of Night Shadz #AB3E46

Tints of Night Shadz #AB3E46

Color information

#AB3E46 (or 0xAB3E46) is unknown color: approx Night Shadz. HEX triplet: AB, 3E and 46. RGB value is (171,62,70). Sum of RGB (Red+Green+Blue) = 171+62+70=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E46 is #54C1B9. Grayscale: #5F5F5F. Windows color (decimal): -5554618 or 4603563. OLE color: 4603563.

HSL color Cylindrical-coordinate representation of color #AB3E46: hue angle of 355.6º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E46 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1716270-
CMYK00.640.590.33
HSL355.6º46.78%45.69%-
HSV(B)355.6º63.74%67.06%-
XYZ19.6212.557.18-
YUV95.5113.61181.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=56.44%
G=20.46%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171627000.640.590.33355.646.7845.69
HexAB3E460403B211642f2e
Octal25376106010073415445756
Binary10101011111110100011001000000111011100001101100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E46; }

 p { color: rgb(171,62,70); }

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

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

 a { background-color: rgb(171,62,70); }

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

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

 span { border-color: rgb(171,62,70); }

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