#AB4565

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

Shades of Rouge #AB4565

Tints of Rouge #AB4565

Color information

#AB4565 (or 0xAB4565) is unknown color: approx Rouge. HEX triplet: AB, 45 and 65. RGB value is (171,69,101). Sum of RGB (Red+Green+Blue) = 171+69+101=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4565 is #54BA9A. Grayscale: #676767. Windows color (decimal): -5552795 or 6636971. OLE color: 6636971.

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

Color convert

RGB17169101-
CMYK00.600.410.33
HSL341.18º42.5%47.06%-
HSV(B)341.18º59.65%67.06%-
XYZ21.2713.8513.86-
YUV103.15126.79176.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=50.15%
G=20.23%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716910100.600.410.33341.1842.547.06
HexAB456503C29211552a2f
Octal25310514507451415255257
Binary10101011100010111001010111100101001100001101010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4565; }

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

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

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

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

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

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

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

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