#AB4562

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

Shades of Rouge #AB4562

Tints of Rouge #AB4562

Color information

#AB4562 (or 0xAB4562) is unknown color: approx Rouge. HEX triplet: AB, 45 and 62. RGB value is (171,69,98). Sum of RGB (Red+Green+Blue) = 171+69+98=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4562 is #54BA9D. Grayscale: #666666. Windows color (decimal): -5552798 or 6440363. OLE color: 6440363.

HSL color Cylindrical-coordinate representation of color #AB4562: hue angle of 342.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4562 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1716998-
CMYK00.600.430.33
HSL342.94º42.5%47.06%-
HSV(B)342.94º59.65%67.06%-
XYZ21.1313.813.1-
YUV102.8125.29176.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=50.59%
G=20.41%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171699800.600.430.33342.9442.547.06
HexAB456203C2B211572a2f
Octal25310514207453415275257
Binary10101011100010111000100111100101011100001101010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4562; }

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

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

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

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

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

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

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

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