#AB293D

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

Shades of Old Rose #AB293D

Tints of Old Rose #AB293D

Color information

#AB293D (or 0xAB293D) is unknown color: approx Old Rose. HEX triplet: AB, 29 and 3D. RGB value is (171,41,61). Sum of RGB (Red+Green+Blue) = 171+41+61=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293D is #54D6C2. Grayscale: #525252. Windows color (decimal): -5560003 or 4008363. OLE color: 4008363.

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

Color convert

RGB1714161-
CMYK00.760.640.33
HSL350.77º61.32%41.57%-
HSV(B)350.77º76.02%67.06%-
XYZ18.4310.585.49-
YUV82.15116.07191.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=62.64%
G=15.02%
B=22.34%

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
Decimal171416100.760.640.33350.7761.3241.57
HexAB293D04C402115f3d2a
Octal25351750114100415377552
Binary10101011101001111101010011001000000100001101011111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB293D; }

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

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

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

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

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

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

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

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