#AB4250

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

Shades of Night Shadz #AB4250

Tints of Night Shadz #AB4250

Color information

#AB4250 (or 0xAB4250) is unknown color: approx Night Shadz. HEX triplet: AB, 42 and 50. RGB value is (171,66,80). Sum of RGB (Red+Green+Blue) = 171+66+80=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4250 is #54BDAF. Grayscale: #636363. Windows color (decimal): -5553584 or 5259947. OLE color: 5259947.

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

Color convert

RGB1716680-
CMYK00.610.530.33
HSL352º44.3%46.47%-
HSV(B)352º61.4%67.06%-
XYZ20.1913.139.06-
YUV98.99117.29179.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=53.94%
G=20.82%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171668000.610.530.3335244.346.47
HexAB425003D35211602c2e
Octal25310212007565415405456
Binary10101011100001010100000111101110101100001101100000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4250; }

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

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

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

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

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

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

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

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