#A9544C

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

Shades of Apple Blossom #A9544C

Tints of Apple Blossom #A9544C

Color information

#A9544C (or 0xA9544C) is unknown color: approx Apple Blossom. HEX triplet: A9, 54 and 4C. RGB value is (169,84,76). Sum of RGB (Red+Green+Blue) = 169+84+76=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9544C is #56ABB3. Grayscale: #6C6C6C. Windows color (decimal): -5680052 or 5002409. OLE color: 5002409.

HSL color Cylindrical-coordinate representation of color #A9544C: hue angle of 5.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9544C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB1698476-
CMYK00.500.550.34
HSL5.16º37.96%48.04%-
HSV(B)5.16º55.03%66.27%-
XYZ20.8415.38.69-
YUV108.5109.66171.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=51.37%
G=25.53%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169847600.500.550.345.1637.9648.04
HexA9544C032372252630
Octal251124114062674254660
Binary10101001101010010011000110010110111100010101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9544C; }

 p { color: rgb(169,84,76); }

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

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

 a { background-color: rgb(169,84,76); }

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

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

 span { border-color: rgb(169,84,76); }

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