#AB5548

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

Shades of Apple Blossom #AB5548

Tints of Apple Blossom #AB5548

Color information

#AB5548 (or 0xAB5548) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 48. RGB value is (171,85,72). Sum of RGB (Red+Green+Blue) = 171+85+72=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5548 is #54AAB7. Grayscale: #6D6D6D. Windows color (decimal): -5548728 or 4740523. OLE color: 4740523.

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

Color convert

RGB1718572-
CMYK00.500.580.33
HSL7.88º40.74%47.65%-
HSV(B)7.88º57.89%67.06%-
XYZ21.2115.628.03-
YUV109.23106.99172.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=52.13%
G=25.91%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171857200.500.580.337.8840.7447.65
HexAB55480323A2182930
Octal2531251100627241105160
Binary101010111010101100100001100101110101000011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5548; }

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

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

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

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

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

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

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

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