#AB4043

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

Shades of Night Shadz #AB4043

Tints of Night Shadz #AB4043

Color information

#AB4043 (or 0xAB4043) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 43. RGB value is (171,64,67). Sum of RGB (Red+Green+Blue) = 171+64+67=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4043 is #54BFBC. Grayscale: #606060. Windows color (decimal): -5554109 or 4407467. OLE color: 4407467.

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

Color convert

RGB1716467-
CMYK00.630.610.33
HSL358.32º45.53%46.08%-
HSV(B)358.32º62.57%67.06%-
XYZ19.6412.736.73-
YUV96.34111.45181.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=56.62%
G=21.19%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171646700.630.610.33358.3245.5346.08
HexAB404303F3D211662e2e
Octal25310010307775415465656
Binary10101011100000010000110111111111101100001101100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4043; }

 p { color: rgb(171,64,67); }

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

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

 a { background-color: rgb(171,64,67); }

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

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

 span { border-color: rgb(171,64,67); }

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