#AB294A

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

Shades of Old Rose #AB294A

Tints of Old Rose #AB294A

Color information

#AB294A (or 0xAB294A) is unknown color: approx Old Rose. HEX triplet: AB, 29 and 4A. RGB value is (171,41,74). Sum of RGB (Red+Green+Blue) = 171+41+74=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB294A is #54D6B5. Grayscale: #535353. Windows color (decimal): -5559990 or 4860331. OLE color: 4860331.

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

Color convert

RGB1714174-
CMYK00.760.570.33
HSL344.77º61.32%41.57%-
HSV(B)344.77º76.02%67.06%-
XYZ18.8210.747.56-
YUV83.63122.57190.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=59.79%
G=14.34%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171417400.760.570.33344.7761.3241.57
HexAB294A04C39211593d2a
Octal25351112011471415317552
Binary10101011101001100101001001100111001100001101011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB294A; }

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

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

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

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

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

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

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

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