#AB4252

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

Shades of Night Shadz #AB4252

Tints of Night Shadz #AB4252

Color information

#AB4252 (or 0xAB4252) is unknown color: approx Night Shadz. HEX triplet: AB, 42 and 52. RGB value is (171,66,82). Sum of RGB (Red+Green+Blue) = 171+66+82=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4252 is #54BDAD. Grayscale: #636363. Windows color (decimal): -5553582 or 5391019. OLE color: 5391019.

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

Color convert

RGB1716682-
CMYK00.610.520.33
HSL350.86º44.3%46.47%-
HSV(B)350.86º61.4%67.06%-
XYZ20.2713.169.46-
YUV99.22118.29179.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=53.61%
G=20.69%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171668200.610.520.33350.8644.346.47
HexAB425203D342115f2c2e
Octal25310212207564415375456
Binary10101011100001010100100111101110100100001101011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4252; }

 p { color: rgb(171,66,82); }

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

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

 a { background-color: rgb(171,66,82); }

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

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

 span { border-color: rgb(171,66,82); }

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