#AB4766

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

Shades of Rouge #AB4766

Tints of Rouge #AB4766

Color information

#AB4766 (or 0xAB4766) is unknown color: approx Rouge. HEX triplet: AB, 47 and 66. RGB value is (171,71,102). Sum of RGB (Red+Green+Blue) = 171+71+102=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4766 is #54B899. Grayscale: #686868. Windows color (decimal): -5552282 or 6703019. OLE color: 6703019.

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

Color convert

RGB17171102-
CMYK00.580.400.33
HSL341.4º41.32%47.45%-
HSV(B)341.4º58.48%67.06%-
XYZ21.4514.1214.17-
YUV104.43126.63175.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=49.71%
G=20.64%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717110200.580.400.33341.441.3247.45
HexAB476603A2821155292f
Octal25310714607250415255157
Binary10101011100011111001100111010101000100001101010101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4766; }

 p { color: rgb(171,71,102); }

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

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

 a { background-color: rgb(171,71,102); }

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

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

 span { border-color: rgb(171,71,102); }

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