#AB4A6A

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

Shades of Rouge #AB4A6A

Tints of Rouge #AB4A6A

Color information

#AB4A6A (or 0xAB4A6A) is unknown color: approx Rouge. HEX triplet: AB, 4A and 6A. RGB value is (171,74,106). Sum of RGB (Red+Green+Blue) = 171+74+106=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4A6A is #54B595. Grayscale: #6A6A6A. Windows color (decimal): -5551510 or 6965931. OLE color: 6965931.

HSL color Cylindrical-coordinate representation of color #AB4A6A: hue angle of 340.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4A6A is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17174106-
CMYK00.570.380.33
HSL340.21º39.59%48.04%-
HSV(B)340.21º56.73%67.06%-
XYZ21.8414.615.3-
YUV106.65127.64173.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=48.72%
G=21.08%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717410600.570.380.33340.2139.5948.04
HexAB4A6A03926211542830
Octal25311215207146415245060
Binary10101011100101011010100111001100110100001101010100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A6A; }

 p { color: rgb(171,74,106); }

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

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

 a { background-color: rgb(171,74,106); }

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

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

 span { border-color: rgb(171,74,106); }

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