#AB274A

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

Shades of Old Rose #AB274A

Tints of Old Rose #AB274A

Color information

#AB274A (or 0xAB274A) is unknown color: approx Old Rose. HEX triplet: AB, 27 and 4A. RGB value is (171,39,74). Sum of RGB (Red+Green+Blue) = 171+39+74=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB274A is #54D8B5. Grayscale: #525252. Windows color (decimal): -5560502 or 4859819. OLE color: 4859819.

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

Color convert

RGB1713974-
CMYK00.770.570.33
HSL344.09º62.86%41.18%-
HSV(B)344.09º77.19%67.06%-
XYZ18.7610.67.54-
YUV82.46123.23191.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=60.21%
G=13.73%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171397400.770.570.33344.0962.8641.18
HexAB274A04D39211583f29
Octal25347112011571415307751
Binary10101011100111100101001001101111001100001101011000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB274A; }

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

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

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

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

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

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

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

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