#AD564B

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

Shades of Apple Blossom #AD564B

Tints of Apple Blossom #AD564B

Color information

#AD564B (or 0xAD564B) is unknown color: approx Apple Blossom. HEX triplet: AD, 56 and 4B. RGB value is (173,86,75). Sum of RGB (Red+Green+Blue) = 173+86+75=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD564B is #52A9B4. Grayscale: #6E6E6E. Windows color (decimal): -5417397 or 4937389. OLE color: 4937389.

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

Color convert

RGB1738675-
CMYK00.500.570.32
HSL6.73º39.52%48.63%-
HSV(B)6.73º56.65%67.84%-
XYZ21.8316.058.6-
YUV110.76107.82172.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=51.80%
G=25.75%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173867500.500.570.326.7339.5248.63
HexAD564B032392072831
Octal255126113062714075061
Binary10101101101011010010110110010111001100000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD564B; }

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

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

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

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

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

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

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

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