#AB4465

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

Shades of Rouge #AB4465

Tints of Rouge #AB4465

Color information

#AB4465 (or 0xAB4465) is unknown color: approx Rouge. HEX triplet: AB, 44 and 65. RGB value is (171,68,101). Sum of RGB (Red+Green+Blue) = 171+68+101=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4465 is #54BB9A. Grayscale: #666666. Windows color (decimal): -5553051 or 6636715. OLE color: 6636715.

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

Color convert

RGB17168101-
CMYK00.600.410.33
HSL340.78º43.1%46.86%-
HSV(B)340.78º60.23%67.06%-
XYZ21.2113.7313.84-
YUV102.56127.12176.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=50.29%
G=20%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716810100.600.410.33340.7843.146.86
HexAB446503C29211552b2f
Octal25310414507451415255357
Binary10101011100010011001010111100101001100001101010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4465; }

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

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

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

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

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

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

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

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