#AB4564

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

Shades of Rouge #AB4564

Tints of Rouge #AB4564

Color information

#AB4564 (or 0xAB4564) is unknown color: approx Rouge. HEX triplet: AB, 45 and 64. RGB value is (171,69,100). Sum of RGB (Red+Green+Blue) = 171+69+100=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4564 is #54BA9B. Grayscale: #676767. Windows color (decimal): -5552796 or 6571435. OLE color: 6571435.

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

Color convert

RGB17169100-
CMYK00.600.420.33
HSL341.76º42.5%47.06%-
HSV(B)341.76º59.65%67.06%-
XYZ21.2213.8313.61-
YUV103.03126.29176.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=50.29%
G=20.29%
B=29.41%

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
Decimal1716910000.600.420.33341.7642.547.06
HexAB456403C2A211562a2f
Octal25310514407452415265257
Binary10101011100010111001000111100101010100001101010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4564; }

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

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

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

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

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

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

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

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