#AB345A

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

Shades of Rouge #AB345A

Tints of Rouge #AB345A

Color information

#AB345A (or 0xAB345A) is unknown color: approx Rouge. HEX triplet: AB, 34 and 5A. RGB value is (171,52,90). Sum of RGB (Red+Green+Blue) = 171+52+90=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB345A is #54CBA5. Grayscale: #5B5B5B. Windows color (decimal): -5557158 or 5911723. OLE color: 5911723.

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

Color convert

RGB1715290-
CMYK00.700.470.33
HSL340.84º53.36%43.73%-
HSV(B)340.84º69.59%67.06%-
XYZ19.8711.8510.91-
YUV91.91126.92184.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=54.63%
G=16.61%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171529000.700.470.33340.8453.3643.73
HexAB345A0462F21155352c
Octal25364132010657415256554
Binary10101011110100101101001000110101111100001101010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB345A; }

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

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

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

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

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

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

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

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