#AB3A44

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

Shades of Night Shadz #AB3A44

Tints of Night Shadz #AB3A44

Color information

#AB3A44 (or 0xAB3A44) is unknown color: approx Night Shadz. HEX triplet: AB, 3A and 44. RGB value is (171,58,68). Sum of RGB (Red+Green+Blue) = 171+58+68=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A44 is #54C5BB. Grayscale: #5D5D5D. Windows color (decimal): -5555644 or 4471467. OLE color: 4471467.

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

Color convert

RGB1715868-
CMYK00.660.600.33
HSL354.69º49.34%44.9%-
HSV(B)354.69º66.08%67.06%-
XYZ19.3512.16.78-
YUV92.93113.94183.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=57.58%
G=19.53%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171586800.660.600.33354.6949.3444.9
HexAB3A440423C21163312d
Octal25372104010274415436155
Binary10101011111010100010001000010111100100001101100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A44; }

 p { color: rgb(171,58,68); }

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

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

 a { background-color: rgb(171,58,68); }

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

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

 span { border-color: rgb(171,58,68); }

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