#AB3952

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

Shades of Night Shadz #AB3952

Tints of Night Shadz #AB3952

Color information

#AB3952 (or 0xAB3952) is unknown color: approx Night Shadz. HEX triplet: AB, 39 and 52. RGB value is (171,57,82). Sum of RGB (Red+Green+Blue) = 171+57+82=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3952 is #54C6AD. Grayscale: #5D5D5D. Windows color (decimal): -5555886 or 5388715. OLE color: 5388715.

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

Color convert

RGB1715782-
CMYK00.670.520.33
HSL346.84º50%44.71%-
HSV(B)346.84º66.67%67.06%-
XYZ19.7812.199.29-
YUV93.94121.27182.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=55.16%
G=18.39%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171578200.670.520.33346.845044.71
HexAB3952043342115b322d
Octal25371122010364415336255
Binary10101011111001101001001000011110100100001101011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3952; }

 p { color: rgb(171,57,82); }

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

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

 a { background-color: rgb(171,57,82); }

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

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

 span { border-color: rgb(171,57,82); }

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