#ab386a

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

Shades of Rouge #AB386A

Tints of Rouge #AB386A

Color information

#AB386A (or 0xAB386A) is unknown color: approx Rouge. HEX triplet: AB, 38 and 6A. RGB value is (171,56,106). Sum of RGB (Red+Green+Blue) = 171+56+106=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB386A is #54C795. Grayscale: #606060. Windows color (decimal): -5556118 or 6961323. OLE color: 6961323.

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

Color convert

RGB17156106-
CMYK00.670.380.33
HSL333.91º50.66%44.51%-
HSV(B)333.91º67.25%67.06%-
XYZ20.8112.5314.96-
YUV96.08133.6181.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=51.35%
G=16.82%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715610600.670.380.33333.9150.6644.51
HexAB386A043262114e332d
Octal25370152010346415166355
Binary10101011111000110101001000011100110100001101001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab386a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab386a; }

 p { color: rgb(171,56,106); }

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

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

 a { background-color: rgb(171,56,106); }

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

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

 span { border-color: rgb(171,56,106); }

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