#AB355E

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

Shades of Rouge #AB355E

Tints of Rouge #AB355E

Color information

#AB355E (or 0xAB355E) is unknown color: approx Rouge. HEX triplet: AB, 35 and 5E. RGB value is (171,53,94). Sum of RGB (Red+Green+Blue) = 171+53+94=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB355E is #54CAA1. Grayscale: #5C5C5C. Windows color (decimal): -5556898 or 6174123. OLE color: 6174123.

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

Color convert

RGB1715394-
CMYK00.690.450.33
HSL339.15º52.68%43.92%-
HSV(B)339.15º69.01%67.06%-
XYZ20.0912.0111.85-
YUV92.96128.59183.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=53.77%
G=16.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171539400.690.450.33339.1552.6843.92
HexAB355E0452D21153352c
Octal25365136010555415236554
Binary10101011110101101111001000101101101100001101010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB355E; }

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

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

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

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

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

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

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

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