#AB5149

Color #AB5149 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AB5149

Tints of Apple Blossom #AB5149

Color information

#AB5149 (or 0xAB5149) is unknown color: approx Apple Blossom. HEX triplet: AB, 51 and 49. RGB value is (171,81,73). Sum of RGB (Red+Green+Blue) = 171+81+73=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5149 is #54AEB6. Grayscale: #6B6B6B. Windows color (decimal): -5549751 or 4805035. OLE color: 4805035.

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

Color convert

RGB1718173-
CMYK00.530.570.33
HSL4.9º40.16%47.84%-
HSV(B)4.9º57.31%67.06%-
XYZ20.9415.028.1-
YUV107108.82173.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=52.62%
G=24.92%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171817300.530.570.334.940.1647.84
HexAB5149035392152830
Octal253121111065714155060
Binary10101011101000110010010110101111001100001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5149; }

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

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

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

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

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

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

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

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