#AB5446

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

Shades of Apple Blossom #AB5446

Tints of Apple Blossom #AB5446

Color information

#AB5446 (or 0xAB5446) is unknown color: approx Apple Blossom. HEX triplet: AB, 54 and 46. RGB value is (171,84,70). Sum of RGB (Red+Green+Blue) = 171+84+70=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5446 is #54ABB9. Grayscale: #6C6C6C. Windows color (decimal): -5548986 or 4609195. OLE color: 4609195.

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

Color convert

RGB1718470-
CMYK00.510.590.33
HSL8.32º41.91%47.25%-
HSV(B)8.32º59.06%67.06%-
XYZ21.0715.447.66-
YUV108.42106.32172.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=52.62%
G=25.85%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171847000.510.590.338.3241.9147.25
HexAB54460333B2182a2f
Octal2531241060637341105257
Binary101010111010100100011001100111110111000011000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5446; }

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

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

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

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

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

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

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

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