#AB4164

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

Shades of Rouge #AB4164

Tints of Rouge #AB4164

Color information

#AB4164 (or 0xAB4164) is unknown color: approx Rouge. HEX triplet: AB, 41 and 64. RGB value is (171,65,100). Sum of RGB (Red+Green+Blue) = 171+65+100=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4164 is #54BE9B. Grayscale: #646464. Windows color (decimal): -5553820 or 6570411. OLE color: 6570411.

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

Color convert

RGB17165100-
CMYK00.620.420.33
HSL340.19º44.92%46.27%-
HSV(B)340.19º61.99%67.06%-
XYZ20.9913.3613.53-
YUV100.68127.62178.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=50.89%
G=19.35%
B=29.76%

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
Decimal1716510000.620.420.33340.1944.9246.27
HexAB416403E2A211542d2e
Octal25310114407652415245556
Binary10101011100000111001000111110101010100001101010100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4164; }

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

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

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

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

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

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

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

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