#AB2149

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

Shades of Old Rose #AB2149

Tints of Old Rose #AB2149

Color information

#AB2149 (or 0xAB2149) is unknown color: approx Old Rose. HEX triplet: AB, 21 and 49. RGB value is (171,33,73). Sum of RGB (Red+Green+Blue) = 171+33+73=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2149 is #54DEB6. Grayscale: #4E4E4E. Windows color (decimal): -5562039 or 4792747. OLE color: 4792747.

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

Color convert

RGB1713373-
CMYK00.810.570.33
HSL342.61º67.65%40%-
HSV(B)342.61º80.7%67.06%-
XYZ18.5410.237.3-
YUV78.82124.72193.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=61.73%
G=11.91%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171337300.810.570.33342.6167.6540
HexAB214905139211574428
Octal253411110121714152710450
Binary101010111000011001001010100011110011000011010101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2149; }

 p { color: rgb(171,33,73); }

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

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

 a { background-color: rgb(171,33,73); }

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

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

 span { border-color: rgb(171,33,73); }

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