#AB293E

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

Shades of Old Rose #AB293E

Tints of Old Rose #AB293E

Color information

#AB293E (or 0xAB293E) is unknown color: approx Old Rose. HEX triplet: AB, 29 and 3E. RGB value is (171,41,62). Sum of RGB (Red+Green+Blue) = 171+41+62=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293E is #54D6C1. Grayscale: #525252. Windows color (decimal): -5560002 or 4073899. OLE color: 4073899.

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

Color convert

RGB1714162-
CMYK00.760.640.33
HSL350.31º61.32%41.57%-
HSV(B)350.31º76.02%67.06%-
XYZ18.4610.595.63-
YUV82.26116.57191.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.41%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=62.41%
G=14.96%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171416200.760.640.33350.3161.3241.57
HexAB293E04C402115e3d2a
Octal25351760114100415367552
Binary10101011101001111110010011001000000100001101011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB293E; }

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

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

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

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

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

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

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

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