#AB446A

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

Shades of Rouge #AB446A

Tints of Rouge #AB446A

Color information

#AB446A (or 0xAB446A) is unknown color: approx Rouge. HEX triplet: AB, 44 and 6A. RGB value is (171,68,106). Sum of RGB (Red+Green+Blue) = 171+68+106=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB446A is #54BB95. Grayscale: #676767. Windows color (decimal): -5553046 or 6964395. OLE color: 6964395.

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

Color convert

RGB17168106-
CMYK00.600.380.33
HSL337.86º43.1%46.86%-
HSV(B)337.86º60.23%67.06%-
XYZ21.4613.8315.17-
YUV103.13129.62176.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=49.57%
G=19.71%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716810600.600.380.33337.8643.146.86
HexAB446A03C26211522b2f
Octal25310415207446415225357
Binary10101011100010011010100111100100110100001101010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB446A; }

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

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

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

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

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

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

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

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