#AB2A40

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

Shades of Old Rose #AB2A40

Tints of Old Rose #AB2A40

Color information

#AB2A40 (or 0xAB2A40) is unknown color: approx Old Rose. HEX triplet: AB, 2A and 40. RGB value is (171,42,64). Sum of RGB (Red+Green+Blue) = 171+42+64=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A40 is #54D5BF. Grayscale: #535353. Windows color (decimal): -5559744 or 4205227. OLE color: 4205227.

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

Color convert

RGB1714264-
CMYK00.750.630.33
HSL349.77º60.56%41.76%-
HSV(B)349.77º75.44%67.06%-
XYZ18.5510.685.94-
YUV83.08117.24190.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=61.73%
G=15.16%
B=23.10%

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
Decimal171426400.750.630.33349.7760.5641.76
HexAB2A4004B3F2115e3d2a
Octal25352100011377415367552
Binary10101011101010100000001001011111111100001101011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A40; }

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

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

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

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

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

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

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

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