#AB395E

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

Shades of Rouge #AB395E

Tints of Rouge #AB395E

Color information

#AB395E (or 0xAB395E) is unknown color: approx Rouge. HEX triplet: AB, 39 and 5E. RGB value is (171,57,94). Sum of RGB (Red+Green+Blue) = 171+57+94=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB395E is #54C6A1. Grayscale: #5F5F5F. Windows color (decimal): -5555874 or 6175147. OLE color: 6175147.

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

Color convert

RGB1715794-
CMYK00.670.450.33
HSL340.53º50%44.71%-
HSV(B)340.53º66.67%67.06%-
XYZ20.2812.3911.91-
YUV95.3127.27181.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=53.11%
G=17.70%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171579400.670.450.33340.535044.71
HexAB395E0432D21155322d
Octal25371136010355415256255
Binary10101011111001101111001000011101101100001101010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB395E; }

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

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

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

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

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

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

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

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