#AB346D

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

Shades of Rouge #AB346D

Tints of Rouge #AB346D

Color information

#AB346D (or 0xAB346D) is unknown color: approx Rouge. HEX triplet: AB, 34 and 6D. RGB value is (171,52,109). Sum of RGB (Red+Green+Blue) = 171+52+109=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346D is #54CB92. Grayscale: #5D5D5D. Windows color (decimal): -5557139 or 7156907. OLE color: 7156907.

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

Color convert

RGB17152109-
CMYK00.700.360.33
HSL331.26º53.36%43.73%-
HSV(B)331.26º69.59%67.06%-
XYZ20.7812.2215.73-
YUV94.08136.42182.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=51.51%
G=15.66%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715210900.700.360.33331.2653.3643.73
HexAB346D046242114b352c
Octal25364155010644415136554
Binary10101011110100110110101000110100100100001101001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB346D; }

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

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

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

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

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

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

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

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