#AB346A

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

Shades of Rouge #AB346A

Tints of Rouge #AB346A

Color information

#AB346A (or 0xAB346A) is unknown color: approx Rouge. HEX triplet: AB, 34 and 6A. RGB value is (171,52,106). Sum of RGB (Red+Green+Blue) = 171+52+106=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346A is #54CB95. Grayscale: #5D5D5D. Windows color (decimal): -5557142 or 6960299. OLE color: 6960299.

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

Color convert

RGB17152106-
CMYK00.700.380.33
HSL332.77º53.36%43.73%-
HSV(B)332.77º69.59%67.06%-
XYZ20.6212.1514.89-
YUV93.74134.92183.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=51.98%
G=15.81%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715210600.700.380.33332.7753.3643.73
HexAB346A046262114d352c
Octal25364152010646415156554
Binary10101011110100110101001000110100110100001101001101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB346A; }

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

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

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

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

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

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

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

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