#AB3F46

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

Shades of Night Shadz #AB3F46

Tints of Night Shadz #AB3F46

Color information

#AB3F46 (or 0xAB3F46) is unknown color: approx Night Shadz. HEX triplet: AB, 3F and 46. RGB value is (171,63,70). Sum of RGB (Red+Green+Blue) = 171+63+70=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F46 is #54C0B9. Grayscale: #606060. Windows color (decimal): -5554362 or 4603819. OLE color: 4603819.

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

Color convert

RGB1716370-
CMYK00.630.590.33
HSL356.11º46.15%45.88%-
HSV(B)356.11º63.16%67.06%-
XYZ19.6812.667.2-
YUV96.09113.28181.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=56.25%
G=20.72%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171637000.630.590.33356.1146.1545.88
HexAB3F4603F3B211642e2e
Octal2537710607773415445656
Binary1010101111111110001100111111111011100001101100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F46; }

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

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

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

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

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

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

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

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