#AB3D56

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

Shades of Night Shadz #AB3D56

Tints of Night Shadz #AB3D56

Color information

#AB3D56 (or 0xAB3D56) is unknown color: approx Night Shadz. HEX triplet: AB, 3D and 56. RGB value is (171,61,86). Sum of RGB (Red+Green+Blue) = 171+61+86=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3D56 is #54C2A9. Grayscale: #606060. Windows color (decimal): -5554858 or 5651883. OLE color: 5651883.

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

Color convert

RGB1716186-
CMYK00.640.500.33
HSL346.36º47.41%45.49%-
HSV(B)346.36º64.33%67.06%-
XYZ20.1412.6710.19-
YUV96.74121.94180.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=53.77%
G=19.18%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171618600.640.500.33346.3647.4145.49
HexAB3D56040322115a2f2d
Octal25375126010062415325755
Binary10101011111101101011001000000110010100001101011010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D56; }

 p { color: rgb(171,61,86); }

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

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

 a { background-color: rgb(171,61,86); }

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

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

 span { border-color: rgb(171,61,86); }

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