#AB5549

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

Shades of Apple Blossom #AB5549

Tints of Apple Blossom #AB5549

Color information

#AB5549 (or 0xAB5549) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 49. RGB value is (171,85,73). Sum of RGB (Red+Green+Blue) = 171+85+73=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5549 is #54AAB6. Grayscale: #6D6D6D. Windows color (decimal): -5548727 or 4806059. OLE color: 4806059.

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

Color convert

RGB1718573-
CMYK00.500.570.33
HSL7.35º40.16%47.84%-
HSV(B)7.35º57.31%67.06%-
XYZ21.2515.648.2-
YUV109.35107.49171.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=51.98%
G=25.84%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171857300.500.570.337.3540.1647.84
HexAB5549032392172830
Octal253125111062714175060
Binary10101011101010110010010110010111001100001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5549; }

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

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

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

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

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

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

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

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