#AD544B

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

Shades of Apple Blossom #AD544B

Tints of Apple Blossom #AD544B

Color information

#AD544B (or 0xAD544B) is unknown color: approx Apple Blossom. HEX triplet: AD, 54 and 4B. RGB value is (173,84,75). Sum of RGB (Red+Green+Blue) = 173+84+75=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD544B is #52ABB4. Grayscale: #6D6D6D. Windows color (decimal): -5417909 or 4936877. OLE color: 4936877.

HSL color Cylindrical-coordinate representation of color #AD544B: hue angle of 5.51º 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 #AD544B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1738475-
CMYK00.510.570.32
HSL5.51º39.52%48.63%-
HSV(B)5.51º56.65%67.84%-
XYZ21.6715.738.55-
YUV109.58108.49173.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=52.11%
G=25.30%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173847500.510.570.325.5139.5248.63
HexAD544B033392062831
Octal255124113063714065061
Binary10101101101010010010110110011111001100000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD544B; }

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

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

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

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

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

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

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

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