#AB346C

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

Shades of Rouge #AB346C

Tints of Rouge #AB346C

Color information

#AB346C (or 0xAB346C) is unknown color: approx Rouge. HEX triplet: AB, 34 and 6C. RGB value is (171,52,108). Sum of RGB (Red+Green+Blue) = 171+52+108=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346C is #54CB93. Grayscale: #5D5D5D. Windows color (decimal): -5557140 or 7091371. OLE color: 7091371.

HSL color Cylindrical-coordinate representation of color #AB346C: hue angle of 331.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB346C is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17152108-
CMYK00.700.370.33
HSL331.76º53.36%43.73%-
HSV(B)331.76º69.59%67.06%-
XYZ20.7312.215.45-
YUV93.96135.92182.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=51.66%
G=15.71%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715210800.700.370.33331.7653.3643.73
HexAB346C046252114c352c
Octal25364154010645415146554
Binary10101011110100110110001000110100101100001101001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB346C; }

 p { color: rgb(171,52,108); }

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

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

 a { background-color: rgb(171,52,108); }

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

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

 span { border-color: rgb(171,52,108); }

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