#AB3E5D

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

Shades of Rouge #AB3E5D

Tints of Rouge #AB3E5D

Color information

#AB3E5D (or 0xAB3E5D) is unknown color: approx Rouge. HEX triplet: AB, 3E and 5D. RGB value is (171,62,93). Sum of RGB (Red+Green+Blue) = 171+62+93=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E5D is #54C1A2. Grayscale: #626262. Windows color (decimal): -5554595 or 6110891. OLE color: 6110891.

HSL color Cylindrical-coordinate representation of color #AB3E5D: hue angle of 342.94º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E5D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1716293-
CMYK00.640.460.33
HSL342.94º46.78%45.69%-
HSV(B)342.94º63.74%67.06%-
XYZ20.4912.8911.76-
YUV98.12125.11179.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=52.45%
G=19.02%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171629300.640.460.33342.9446.7845.69
HexAB3E5D0402E211572f2e
Octal25376135010056415275756
Binary10101011111110101110101000000101110100001101010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E5D; }

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

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

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

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

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

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

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

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