#AB4668

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

Shades of Rouge #AB4668

Tints of Rouge #AB4668

Color information

#AB4668 (or 0xAB4668) is unknown color: approx Rouge. HEX triplet: AB, 46 and 68. RGB value is (171,70,104). Sum of RGB (Red+Green+Blue) = 171+70+104=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4668 is #54B997. Grayscale: #686868. Windows color (decimal): -5552536 or 6833835. OLE color: 6833835.

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

Color convert

RGB17170104-
CMYK00.590.390.33
HSL339.8º41.91%47.25%-
HSV(B)339.8º59.06%67.06%-
XYZ21.4814.0414.67-
YUV104.07127.96175.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=49.57%
G=20.29%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717010400.590.390.33339.841.9147.25
HexAB466803B27211542a2f
Octal25310615007347415245257
Binary10101011100011011010000111011100111100001101010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4668; }

 p { color: rgb(171,70,104); }

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

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

 a { background-color: rgb(171,70,104); }

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

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

 span { border-color: rgb(171,70,104); }

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