#A9544F

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

Shades of Apple Blossom #A9544F

Tints of Apple Blossom #A9544F

Color information

#A9544F (or 0xA9544F) is unknown color: approx Apple Blossom. HEX triplet: A9, 54 and 4F. RGB value is (169,84,79). Sum of RGB (Red+Green+Blue) = 169+84+79=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9544F is #56ABB0. Grayscale: #6C6C6C. Windows color (decimal): -5680049 or 5199017. OLE color: 5199017.

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

Color convert

RGB1698479-
CMYK00.500.530.34
HSL3.33º36.29%48.63%-
HSV(B)3.33º53.25%66.27%-
XYZ20.9415.349.25-
YUV108.84111.16170.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=50.90%
G=25.30%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169847900.500.530.343.3336.2948.63
HexA9544F032352232431
Octal251124117062654234461
Binary1010100110101001001111011001011010110001011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9544F; }

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

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

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

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

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

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

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

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