#A9564E

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

Shades of Apple Blossom #A9564E

Tints of Apple Blossom #A9564E

Color information

#A9564E (or 0xA9564E) is unknown color: approx Apple Blossom. HEX triplet: A9, 56 and 4E. RGB value is (169,86,78). Sum of RGB (Red+Green+Blue) = 169+86+78=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9564E is #56A9B1. Grayscale: #6E6E6E. Windows color (decimal): -5679538 or 5133993. OLE color: 5133993.

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

Color convert

RGB1698678-
CMYK00.490.540.34
HSL5.27º36.84%48.43%-
HSV(B)5.27º53.85%66.27%-
XYZ21.0715.649.12-
YUV109.9110170.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=50.75%
G=25.83%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169867800.490.540.345.2736.8448.43
HexA9564E031362252530
Octal251126116061664254560
Binary10101001101011010011100110001110110100010101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9564E; }

 p { color: rgb(169,86,78); }

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

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

 a { background-color: rgb(169,86,78); }

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

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

 span { border-color: rgb(169,86,78); }

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