#AD564E

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

Shades of Apple Blossom #AD564E

Tints of Apple Blossom #AD564E

Color information

#AD564E (or 0xAD564E) is unknown color: approx Apple Blossom. HEX triplet: AD, 56 and 4E. RGB value is (173,86,78). Sum of RGB (Red+Green+Blue) = 173+86+78=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD564E is #52A9B1. Grayscale: #6F6F6F. Windows color (decimal): -5417394 or 5133997. OLE color: 5133997.

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

Color convert

RGB1738678-
CMYK00.500.550.32
HSL5.05º37.85%49.22%-
HSV(B)5.05º54.91%67.84%-
XYZ21.9416.099.16-
YUV111.1109.32172.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=51.34%
G=25.52%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173867800.500.550.325.0537.8549.22
HexAD564E032372052631
Octal255126116062674054661
Binary10101101101011010011100110010110111100000101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD564E; }

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

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

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

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

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

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

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

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