#AB3C40

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

Shades of Night Shadz #AB3C40

Tints of Night Shadz #AB3C40

Color information

#AB3C40 (or 0xAB3C40) is unknown color: approx Night Shadz. HEX triplet: AB, 3C and 40. RGB value is (171,60,64). Sum of RGB (Red+Green+Blue) = 171+60+64=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C40 is #54C3BF. Grayscale: #5D5D5D. Windows color (decimal): -5555136 or 4209835. OLE color: 4209835.

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

Color convert

RGB1716064-
CMYK00.650.630.33
HSL357.84º48.05%45.29%-
HSV(B)357.84º64.91%67.06%-
XYZ19.3412.266.2-
YUV93.64111.27183.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=57.97%
G=20.34%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171606400.650.630.33357.8448.0545.29
HexAB3C400413F21166302d
Octal25374100010177415466055
Binary10101011111100100000001000001111111100001101100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C40; }

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

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

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

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

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

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

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

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