#AB3C6D

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

Shades of Rouge #AB3C6D

Tints of Rouge #AB3C6D

Color information

#AB3C6D (or 0xAB3C6D) is unknown color: approx Rouge. HEX triplet: AB, 3C and 6D. RGB value is (171,60,109). Sum of RGB (Red+Green+Blue) = 171+60+109=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C6D is #54C392. Grayscale: #626262. Windows color (decimal): -5555091 or 7158955. OLE color: 7158955.

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

Color convert

RGB17160109-
CMYK00.650.360.33
HSL333.51º48.05%45.29%-
HSV(B)333.51º64.91%67.06%-
XYZ21.1712.9915.86-
YUV98.78133.77179.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=50.29%
G=17.65%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716010900.650.360.33333.5148.0545.29
HexAB3C6D041242114e302d
Octal25374155010144415166055
Binary10101011111100110110101000001100100100001101001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C6D; }

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

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

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

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

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

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

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

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