#AD544F

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

Shades of Apple Blossom #AD544F

Tints of Apple Blossom #AD544F

Color information

#AD544F (or 0xAD544F) is unknown color: approx Apple Blossom. HEX triplet: AD, 54 and 4F. RGB value is (173,84,79). Sum of RGB (Red+Green+Blue) = 173+84+79=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD544F is #52ABB0. Grayscale: #6E6E6E. Windows color (decimal): -5417905 or 5199021. OLE color: 5199021.

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

Color convert

RGB1738479-
CMYK00.510.540.32
HSL3.19º37.3%49.41%-
HSV(B)3.19º54.34%67.84%-
XYZ21.8215.799.3-
YUV110.04110.49172.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=51.49%
G=25%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173847900.510.540.323.1937.349.41
HexAD544F033362032531
Octal255124117063664034561
Binary1010110110101001001111011001111011010000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD544F; }

 p { color: rgb(173,84,79); }

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

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

 a { background-color: rgb(173,84,79); }

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

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

 span { border-color: rgb(173,84,79); }

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