#AB3246

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

Shades of Night Shadz #AB3246

Tints of Night Shadz #AB3246

Color information

#AB3246 (or 0xAB3246) is unknown color: approx Night Shadz. HEX triplet: AB, 32 and 46. RGB value is (171,50,70). Sum of RGB (Red+Green+Blue) = 171+50+70=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3246 is #54CDB9. Grayscale: #585858. Windows color (decimal): -5557690 or 4600491. OLE color: 4600491.

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

Color convert

RGB1715070-
CMYK00.710.590.33
HSL350.08º54.75%43.33%-
HSV(B)350.08º70.76%67.06%-
XYZ19.0411.386.99-
YUV88.46117.59186.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=58.76%
G=17.18%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171507000.710.590.33350.0854.7543.33
HexAB32460473B2115e372b
Octal25362106010773415366753
Binary10101011110010100011001000111111011100001101011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3246; }

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

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

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

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

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

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

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

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