#AB2A3F

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

Shades of Old Rose #AB2A3F

Tints of Old Rose #AB2A3F

Color information

#AB2A3F (or 0xAB2A3F) is unknown color: approx Old Rose. HEX triplet: AB, 2A and 3F. RGB value is (171,42,63). Sum of RGB (Red+Green+Blue) = 171+42+63=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A3F is #54D5C0. Grayscale: #535353. Windows color (decimal): -5559745 or 4139691. OLE color: 4139691.

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

Color convert

RGB1714263-
CMYK00.750.630.33
HSL350.23º60.56%41.76%-
HSV(B)350.23º75.44%67.06%-
XYZ18.5210.675.79-
YUV82.96116.74190.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 63 (25% from 255) = 22.83%
R=61.96%
G=15.22%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171426300.750.630.33350.2360.5641.76
HexAB2A3F04B3F2115e3d2a
Octal2535277011377415367552
Binary1010101110101011111101001011111111100001101011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A3F; }

 p { color: rgb(171,42,63); }

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

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

 a { background-color: rgb(171,42,63); }

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

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

 span { border-color: rgb(171,42,63); }

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