#AB4142

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

Shades of Night Shadz #AB4142

Tints of Night Shadz #AB4142

Color information

#AB4142 (or 0xAB4142) is unknown color: approx Night Shadz. HEX triplet: AB, 41 and 42. RGB value is (171,65,66). Sum of RGB (Red+Green+Blue) = 171+65+66=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4142 is #54BEBD. Grayscale: #606060. Windows color (decimal): -5553854 or 4342187. OLE color: 4342187.

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

Color convert

RGB1716566-
CMYK00.620.610.33
HSL359.43º44.92%46.27%-
HSV(B)359.43º61.99%67.06%-
XYZ19.6712.836.59-
YUV96.81110.62180.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=56.62%
G=21.52%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171656600.620.610.33359.4344.9246.27
HexAB414203E3D211672d2e
Octal25310110207675415475556
Binary10101011100000110000100111110111101100001101100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4142; }

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

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

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

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

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

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

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

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