#AB3B60

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

Shades of Rouge #AB3B60

Tints of Rouge #AB3B60

Color information

#AB3B60 (or 0xAB3B60) is unknown color: approx Rouge. HEX triplet: AB, 3B and 60. RGB value is (171,59,96). Sum of RGB (Red+Green+Blue) = 171+59+96=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B60 is #54C49F. Grayscale: #606060. Windows color (decimal): -5555360 or 6306731. OLE color: 6306731.

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

Color convert

RGB1715996-
CMYK00.650.440.33
HSL340.18º48.7%45.1%-
HSV(B)340.18º65.5%67.06%-
XYZ20.4712.6312.43-
YUV96.71127.61180.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=52.45%
G=18.10%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171599600.650.440.33340.1848.745.1
HexAB3B600412C21154312d
Octal25373140010154415246155
Binary10101011111011110000001000001101100100001101010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B60; }

 p { color: rgb(171,59,96); }

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

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

 a { background-color: rgb(171,59,96); }

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

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

 span { border-color: rgb(171,59,96); }

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