#AB395B

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

Shades of Rouge #AB395B

Tints of Rouge #AB395B

Color information

#AB395B (or 0xAB395B) is unknown color: approx Rouge. HEX triplet: AB, 39 and 5B. RGB value is (171,57,91). Sum of RGB (Red+Green+Blue) = 171+57+91=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB395B is #54C6A4. Grayscale: #5E5E5E. Windows color (decimal): -5555877 or 5978539. OLE color: 5978539.

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

Color convert

RGB1715791-
CMYK00.670.470.33
HSL342.11º50%44.71%-
HSV(B)342.11º66.67%67.06%-
XYZ20.1512.3411.22-
YUV94.96125.77182.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=53.61%
G=17.87%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171579100.670.470.33342.115044.71
HexAB395B0432F21156322d
Octal25371133010357415266255
Binary10101011111001101101101000011101111100001101010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB395B; }

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

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

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

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

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

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

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

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