#AB5551

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

Shades of Apple Blossom #AB5551

Tints of Apple Blossom #AB5551

Color information

#AB5551 (or 0xAB5551) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 51. RGB value is (171,85,81). Sum of RGB (Red+Green+Blue) = 171+85+81=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5551 is #54AAAE. Grayscale: #6E6E6E. Windows color (decimal): -5548719 or 5330347. OLE color: 5330347.

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

Color convert

RGB1718581-
CMYK00.500.530.33
HSL2.67º35.71%49.41%-
HSV(B)2.67º52.63%67.06%-
XYZ21.5315.759.69-
YUV110.26111.49171.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=50.74%
G=25.22%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171858100.500.530.332.6735.7149.41
HexAB5551032352132431
Octal253125121062654134461
Binary1010101110101011010001011001011010110000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5551; }

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

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

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

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

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

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

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

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