#AB3562

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

Shades of Rouge #AB3562

Tints of Rouge #AB3562

Color information

#AB3562 (or 0xAB3562) is unknown color: approx Rouge. HEX triplet: AB, 35 and 62. RGB value is (171,53,98). Sum of RGB (Red+Green+Blue) = 171+53+98=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3562 is #54CA9D. Grayscale: #5D5D5D. Windows color (decimal): -5556894 or 6436267. OLE color: 6436267.

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

Color convert

RGB1715398-
CMYK00.690.430.33
HSL337.12º52.68%43.92%-
HSV(B)337.12º69.01%67.06%-
XYZ20.2712.0912.82-
YUV93.41130.59183.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=53.11%
G=16.46%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171539800.690.430.33337.1252.6843.92
HexAB35620452B21151352c
Octal25365142010553415216554
Binary10101011110101110001001000101101011100001101010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3562; }

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

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

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

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

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

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

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

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