#AB424B

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

Shades of Night Shadz #AB424B

Tints of Night Shadz #AB424B

Color information

#AB424B (or 0xAB424B) is unknown color: approx Night Shadz. HEX triplet: AB, 42 and 4B. RGB value is (171,66,75). Sum of RGB (Red+Green+Blue) = 171+66+75=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB424B is #54BDB4. Grayscale: #626262. Windows color (decimal): -5553589 or 4932267. OLE color: 4932267.

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

Color convert

RGB1716675-
CMYK00.610.560.33
HSL354.86º44.3%46.47%-
HSV(B)354.86º61.4%67.06%-
XYZ20.0113.068.12-
YUV98.42114.79179.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=54.81%
G=21.15%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171667500.610.560.33354.8644.346.47
HexAB424B03D38211632c2e
Octal25310211307570415435456
Binary10101011100001010010110111101111000100001101100011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB424B; }

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

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

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

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

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

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

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

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