#AB4464

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

Shades of Rouge #AB4464

Tints of Rouge #AB4464

Color information

#AB4464 (or 0xAB4464) is unknown color: approx Rouge. HEX triplet: AB, 44 and 64. RGB value is (171,68,100). Sum of RGB (Red+Green+Blue) = 171+68+100=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4464 is #54BB9B. Grayscale: #666666. Windows color (decimal): -5553052 or 6571179. OLE color: 6571179.

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

Color convert

RGB17168100-
CMYK00.600.420.33
HSL341.36º43.1%46.86%-
HSV(B)341.36º60.23%67.06%-
XYZ21.1613.7113.59-
YUV102.44126.62176.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=50.44%
G=20.06%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716810000.600.420.33341.3643.146.86
HexAB446403C2A211552b2f
Octal25310414407452415255357
Binary10101011100010011001000111100101010100001101010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4464; }

 p { color: rgb(171,68,100); }

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

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

 a { background-color: rgb(171,68,100); }

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

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

 span { border-color: rgb(171,68,100); }

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