#AB5448

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

Shades of Apple Blossom #AB5448

Tints of Apple Blossom #AB5448

Color information

#AB5448 (or 0xAB5448) is unknown color: approx Apple Blossom. HEX triplet: AB, 54 and 48. RGB value is (171,84,72). Sum of RGB (Red+Green+Blue) = 171+84+72=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5448 is #54ABB7. Grayscale: #6C6C6C. Windows color (decimal): -5548984 or 4740267. OLE color: 4740267.

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

Color convert

RGB1718472-
CMYK00.510.580.33
HSL7.27º40.74%47.65%-
HSV(B)7.27º57.89%67.06%-
XYZ21.1315.478-
YUV108.64107.32172.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=52.29%
G=25.69%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171847200.510.580.337.2740.7447.65
HexAB54480333A2172930
Octal253124110063724175160
Binary10101011101010010010000110011111010100001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5448; }

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

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

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

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

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

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

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

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