#AB244A

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

Shades of Old Rose #AB244A

Tints of Old Rose #AB244A

Color information

#AB244A (or 0xAB244A) is unknown color: approx Old Rose. HEX triplet: AB, 24 and 4A. RGB value is (171,36,74). Sum of RGB (Red+Green+Blue) = 171+36+74=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB244A is #54DBB5. Grayscale: #505050. Windows color (decimal): -5561270 or 4859051. OLE color: 4859051.

HSL color Cylindrical-coordinate representation of color #AB244A: hue angle of 343.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB244A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1713674-
CMYK00.790.570.33
HSL343.11º65.22%40.59%-
HSV(B)343.11º78.95%67.06%-
XYZ18.6610.417.51-
YUV80.7124.23192.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=60.85%
G=12.81%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171367400.790.570.33343.1165.2240.59
HexAB244A04F39211574129
Octal253441120117714152710151
Binary101010111001001001010010011111110011000011010101111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB244A; }

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

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

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

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

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

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

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

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