#AB3850

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

Shades of Night Shadz #AB3850

Tints of Night Shadz #AB3850

Color information

#AB3850 (or 0xAB3850) is unknown color: approx Night Shadz. HEX triplet: AB, 38 and 50. RGB value is (171,56,80). Sum of RGB (Red+Green+Blue) = 171+56+80=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3850 is #54C7AF. Grayscale: #5D5D5D. Windows color (decimal): -5556144 or 5257387. OLE color: 5257387.

HSL color Cylindrical-coordinate representation of color #AB3850: hue angle of 347.48º degrees, saturation: 0.51, 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 #AB3850 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1715680-
CMYK00.670.530.33
HSL347.48º50.66%44.51%-
HSV(B)347.48º67.25%67.06%-
XYZ19.6612.078.88-
YUV93.12120.6183.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=55.70%
G=18.24%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171568000.670.530.33347.4850.6644.51
HexAB3850043352115b332d
Octal25370120010365415336355
Binary10101011111000101000001000011110101100001101011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3850; }

 p { color: rgb(171,56,80); }

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

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

 a { background-color: rgb(171,56,80); }

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

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

 span { border-color: rgb(171,56,80); }

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