#AB3760

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

Shades of Rouge #AB3760

Tints of Rouge #AB3760

Color information

#AB3760 (or 0xAB3760) is unknown color: approx Rouge. HEX triplet: AB, 37 and 60. RGB value is (171,55,96). Sum of RGB (Red+Green+Blue) = 171+55+96=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3760 is #54C89F. Grayscale: #5E5E5E. Windows color (decimal): -5556384 or 6305707. OLE color: 6305707.

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

Color convert

RGB1715596-
CMYK00.680.440.33
HSL338.79º51.33%44.31%-
HSV(B)338.79º67.84%67.06%-
XYZ20.2712.2312.36-
YUV94.36128.93182.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=53.11%
G=17.08%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171559600.680.440.33338.7951.3344.31
HexAB37600442C21153332c
Octal25367140010454415236354
Binary10101011110111110000001000100101100100001101010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3760; }

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

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

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

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

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

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

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

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