#AB466D

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

Shades of Rouge #AB466D

Tints of Rouge #AB466D

Color information

#AB466D (or 0xAB466D) is unknown color: approx Rouge. HEX triplet: AB, 46 and 6D. RGB value is (171,70,109). Sum of RGB (Red+Green+Blue) = 171+70+109=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB466D is #54B992. Grayscale: #686868. Windows color (decimal): -5552531 or 7161515. OLE color: 7161515.

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

Color convert

RGB17170109-
CMYK00.590.360.33
HSL336.83º41.91%47.25%-
HSV(B)336.83º59.06%67.06%-
XYZ21.7514.1416.05-
YUV104.64130.46175.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=48.86%
G=20%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717010900.590.360.33336.8341.9147.25
HexAB466D03B24211512a2f
Octal25310615507344415215257
Binary10101011100011011011010111011100100100001101010001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB466D; }

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

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

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

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

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

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

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

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