#AB3745

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

Shades of Night Shadz #AB3745

Tints of Night Shadz #AB3745

Color information

#AB3745 (or 0xAB3745) is unknown color: approx Night Shadz. HEX triplet: AB, 37 and 45. RGB value is (171,55,69). Sum of RGB (Red+Green+Blue) = 171+55+69=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3745 is #54C8BA. Grayscale: #5B5B5B. Windows color (decimal): -5556411 or 4536235. OLE color: 4536235.

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

Color convert

RGB1715569-
CMYK00.680.600.33
HSL352.76º51.33%44.31%-
HSV(B)352.76º67.84%67.06%-
XYZ19.2311.826.9-
YUV91.28115.43184.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=57.97%
G=18.64%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171556900.680.600.33352.7651.3344.31
HexAB37450443C21161332c
Octal25367105010474415416354
Binary10101011110111100010101000100111100100001101100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3745; }

 p { color: rgb(171,55,69); }

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

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

 a { background-color: rgb(171,55,69); }

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

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

 span { border-color: rgb(171,55,69); }

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