#AB374F

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

Shades of Night Shadz #AB374F

Tints of Night Shadz #AB374F

Color information

#AB374F (or 0xAB374F) is unknown color: approx Night Shadz. HEX triplet: AB, 37 and 4F. RGB value is (171,55,79). Sum of RGB (Red+Green+Blue) = 171+55+79=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB374F is #54C8B0. Grayscale: #5C5C5C. Windows color (decimal): -5556401 or 5191595. OLE color: 5191595.

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

Color convert

RGB1715579-
CMYK00.680.540.33
HSL347.59º51.33%44.31%-
HSV(B)347.59º67.84%67.06%-
XYZ19.5711.958.67-
YUV92.42120.43184.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=56.07%
G=18.03%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171557900.680.540.33347.5951.3344.31
HexAB374F044362115c332c
Octal25367117010466415346354
Binary10101011110111100111101000100110110100001101011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB374F; }

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

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

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

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

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

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

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

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