#AB294B

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

Shades of Old Rose #AB294B

Tints of Old Rose #AB294B

Color information

#AB294B (or 0xAB294B) is unknown color: approx Old Rose. HEX triplet: AB, 29 and 4B. RGB value is (171,41,75). Sum of RGB (Red+Green+Blue) = 171+41+75=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB294B is #54D6B4. Grayscale: #535353. Windows color (decimal): -5559989 or 4925867. OLE color: 4925867.

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

Color convert

RGB1714175-
CMYK00.760.560.33
HSL344.31º61.32%41.57%-
HSV(B)344.31º76.02%67.06%-
XYZ18.8610.757.74-
YUV83.75123.07190.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=59.58%
G=14.29%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171417500.760.560.33344.3161.3241.57
HexAB294B04C38211583d2a
Octal25351113011470415307552
Binary10101011101001100101101001100111000100001101011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB294B; }

 p { color: rgb(171,41,75); }

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

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

 a { background-color: rgb(171,41,75); }

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

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

 span { border-color: rgb(171,41,75); }

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