#AB5553

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

Shades of Apple Blossom #AB5553

Tints of Apple Blossom #AB5553

Color information

#AB5553 (or 0xAB5553) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 53. RGB value is (171,85,83). Sum of RGB (Red+Green+Blue) = 171+85+83=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5553 is #54AAAC. Grayscale: #6E6E6E. Windows color (decimal): -5548717 or 5461419. OLE color: 5461419.

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

Color convert

RGB1718583-
CMYK00.500.510.33
HSL1.36º34.65%49.8%-
HSV(B)1.36º51.46%67.06%-
XYZ21.615.7810.09-
YUV110.49112.49171.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=50.44%
G=25.07%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171858300.500.510.331.3634.6549.8
HexAB5553032332112332
Octal253125123062634114362
Binary101010111010101101001101100101100111000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5553; }

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

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

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

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

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

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

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

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