#AB4163

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

Shades of Rouge #AB4163

Tints of Rouge #AB4163

Color information

#AB4163 (or 0xAB4163) is unknown color: approx Rouge. HEX triplet: AB, 41 and 63. RGB value is (171,65,99). Sum of RGB (Red+Green+Blue) = 171+65+99=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4163 is #54BE9C. Grayscale: #646464. Windows color (decimal): -5553821 or 6504875. OLE color: 6504875.

HSL color Cylindrical-coordinate representation of color #AB4163: hue angle of 340.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4163 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1716599-
CMYK00.620.420.33
HSL340.75º44.92%46.27%-
HSV(B)340.75º61.99%67.06%-
XYZ20.9413.3413.28-
YUV100.57127.12178.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=51.04%
G=19.40%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171659900.620.420.33340.7544.9246.27
HexAB416303E2A211552d2e
Octal25310114307652415255556
Binary10101011100000111000110111110101010100001101010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4163; }

 p { color: rgb(171,65,99); }

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

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

 a { background-color: rgb(171,65,99); }

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

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

 span { border-color: rgb(171,65,99); }

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