#AB3656

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

Shades of Night Shadz #AB3656

Tints of Night Shadz #AB3656

Color information

#AB3656 (or 0xAB3656) is unknown color: approx Night Shadz. HEX triplet: AB, 36 and 56. RGB value is (171,54,86). Sum of RGB (Red+Green+Blue) = 171+54+86=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3656 is #54C9A9. Grayscale: #5C5C5C. Windows color (decimal): -5556650 or 5650091. OLE color: 5650091.

HSL color Cylindrical-coordinate representation of color #AB3656: hue angle of 343.59º degrees, saturation: 0.52, 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 #AB3656 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1715486-
CMYK00.680.500.33
HSL343.59º52%44.12%-
HSV(B)343.59º68.42%67.06%-
XYZ19.7911.9710.07-
YUV92.63124.26183.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=54.98%
G=17.36%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171548600.680.500.33343.595244.12
HexAB36560443221158342c
Octal25366126010462415306454
Binary10101011110110101011001000100110010100001101011000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3656; }

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

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

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

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

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

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

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

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