#AB3F6E

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

Shades of Rouge #AB3F6E

Tints of Rouge #AB3F6E

Color information

#AB3F6E (or 0xAB3F6E) is unknown color: approx Rouge. HEX triplet: AB, 3F and 6E. RGB value is (171,63,110). Sum of RGB (Red+Green+Blue) = 171+63+110=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F6E is #54C091. Grayscale: #646464. Windows color (decimal): -5554322 or 7225259. OLE color: 7225259.

HSL color Cylindrical-coordinate representation of color #AB3F6E: hue angle of 333.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F6E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17163110-
CMYK00.630.360.33
HSL333.89º46.15%45.88%-
HSV(B)333.89º63.16%67.06%-
XYZ21.3913.3416.2-
YUV100.65133.28178.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=49.71%
G=18.31%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716311000.630.360.33333.8946.1545.88
HexAB3F6E03F242114e2e2e
Octal2537715607744415165656
Binary1010101111111111011100111111100100100001101001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F6E; }

 p { color: rgb(171,63,110); }

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

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

 a { background-color: rgb(171,63,110); }

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

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

 span { border-color: rgb(171,63,110); }

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