#AB386E

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

Shades of Rouge #AB386E

Tints of Rouge #AB386E

Color information

#AB386E (or 0xAB386E) is unknown color: approx Rouge. HEX triplet: AB, 38 and 6E. RGB value is (171,56,110). Sum of RGB (Red+Green+Blue) = 171+56+110=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB386E is #54C791. Grayscale: #606060. Windows color (decimal): -5556114 or 7223467. OLE color: 7223467.

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

Color convert

RGB17156110-
CMYK00.670.360.33
HSL331.83º50.66%44.51%-
HSV(B)331.83º67.25%67.06%-
XYZ21.0212.6116.08-
YUV96.54135.6181.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=50.74%
G=16.62%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715611000.670.360.33331.8350.6644.51
HexAB386E043242114c332d
Octal25370156010344415146355
Binary10101011111000110111001000011100100100001101001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB386E; }

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

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

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

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

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

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

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

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