#AB355B

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

Shades of Rouge #AB355B

Tints of Rouge #AB355B

Color information

#AB355B (or 0xAB355B) is unknown color: approx Rouge. HEX triplet: AB, 35 and 5B. RGB value is (171,53,91). Sum of RGB (Red+Green+Blue) = 171+53+91=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB355B is #54CAA4. Grayscale: #5C5C5C. Windows color (decimal): -5556901 or 5977515. OLE color: 5977515.

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

Color convert

RGB1715391-
CMYK00.690.470.33
HSL340.68º52.68%43.92%-
HSV(B)340.68º69.01%67.06%-
XYZ19.9611.9611.15-
YUV92.61127.09183.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=54.29%
G=16.83%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171539100.690.470.33340.6852.6843.92
HexAB355B0452F21155352c
Octal25365133010557415256554
Binary10101011110101101101101000101101111100001101010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB355B; }

 p { color: rgb(171,53,91); }

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

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

 a { background-color: rgb(171,53,91); }

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

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

 span { border-color: rgb(171,53,91); }

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