#AB284B

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

Shades of Old Rose #AB284B

Tints of Old Rose #AB284B

Color information

#AB284B (or 0xAB284B) is unknown color: approx Old Rose. HEX triplet: AB, 28 and 4B. RGB value is (171,40,75). Sum of RGB (Red+Green+Blue) = 171+40+75=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB284B is #54D7B4. Grayscale: #535353. Windows color (decimal): -5560245 or 4925611. OLE color: 4925611.

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

Color convert

RGB1714075-
CMYK00.770.560.33
HSL343.97º62.09%41.37%-
HSV(B)343.97º76.61%67.06%-
XYZ18.8210.687.73-
YUV83.16123.4190.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=59.79%
G=13.99%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171407500.770.560.33343.9762.0941.37
HexAB284B04D38211583e29
Octal25350113011570415307651
Binary10101011101000100101101001101111000100001101011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB284B; }

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

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

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

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

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

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

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

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