#A5564F

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

Shades of Apple Blossom #A5564F

Tints of Apple Blossom #A5564F

Color information

#A5564F (or 0xA5564F) is unknown color: approx Apple Blossom. HEX triplet: A5, 56 and 4F. RGB value is (165,86,79). Sum of RGB (Red+Green+Blue) = 165+86+79=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5564F is #5AA9B0. Grayscale: #6C6C6C. Windows color (decimal): -5941681 or 5199525. OLE color: 5199525.

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

Color convert

RGB1658679-
CMYK00.480.520.35
HSL4.88º35.25%47.84%-
HSV(B)4.88º52.12%64.71%-
XYZ20.2615.229.27-
YUV108.82111.17168.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=50%
G=26.06%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165867900.480.520.354.8835.2547.84
HexA5564F030342352330
Octal245126117060644354360
Binary10100101101011010011110110000110100100011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5564F; }

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

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

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

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

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

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

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

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