#A5564E

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

Shades of Apple Blossom #A5564E

Tints of Apple Blossom #A5564E

Color information

#A5564E (or 0xA5564E) is unknown color: approx Apple Blossom. HEX triplet: A5, 56 and 4E. RGB value is (165,86,78). Sum of RGB (Red+Green+Blue) = 165+86+78=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5564E is #5AA9B1. Grayscale: #6C6C6C. Windows color (decimal): -5941682 or 5133989. OLE color: 5133989.

HSL color Cylindrical-coordinate representation of color #A5564E: hue angle of 5.52º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5564E is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1658678-
CMYK00.480.530.35
HSL5.52º35.8%47.65%-
HSV(B)5.52º52.73%64.71%-
XYZ20.2215.29.08-
YUV108.71110.67168.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=50.15%
G=26.14%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165867800.480.530.355.5235.847.65
HexA5564E030352362430
Octal245126116060654364460
Binary10100101101011010011100110000110101100011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5564E; }

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

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

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

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

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

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

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

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