#AB395D

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

Shades of Rouge #AB395D

Tints of Rouge #AB395D

Color information

#AB395D (or 0xAB395D) is unknown color: approx Rouge. HEX triplet: AB, 39 and 5D. RGB value is (171,57,93). Sum of RGB (Red+Green+Blue) = 171+57+93=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB395D is #54C6A2. Grayscale: #5F5F5F. Windows color (decimal): -5555875 or 6109611. OLE color: 6109611.

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

Color convert

RGB1715793-
CMYK00.670.460.33
HSL341.05º50%44.71%-
HSV(B)341.05º66.67%67.06%-
XYZ20.2312.3711.68-
YUV95.19126.77182.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=53.27%
G=17.76%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171579300.670.460.33341.055044.71
HexAB395D0432E21155322d
Octal25371135010356415256255
Binary10101011111001101110101000011101110100001101010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB395D; }

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

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

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

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

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

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

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

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