#AB2844

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

Shades of Old Rose #AB2844

Tints of Old Rose #AB2844

Color information

#AB2844 (or 0xAB2844) is unknown color: approx Old Rose. HEX triplet: AB, 28 and 44. RGB value is (171,40,68). Sum of RGB (Red+Green+Blue) = 171+40+68=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2844 is #54D7BB. Grayscale: #525252. Windows color (decimal): -5560252 or 4466859. OLE color: 4466859.

HSL color Cylindrical-coordinate representation of color #AB2844: hue angle of 347.18º degrees, saturation: 0.62, 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 #AB2844 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1714068-
CMYK00.770.600.33
HSL347.18º62.09%41.37%-
HSV(B)347.18º76.61%67.06%-
XYZ18.610.596.53-
YUV82.36119.9191.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=61.29%
G=14.34%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171406800.770.600.33347.1862.0941.37
HexAB284404D3C2115b3e29
Octal25350104011574415337651
Binary10101011101000100010001001101111100100001101011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2844; }

 p { color: rgb(171,40,68); }

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

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

 a { background-color: rgb(171,40,68); }

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

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

 span { border-color: rgb(171,40,68); }

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