#AD5548

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

Shades of Apple Blossom #AD5548

Tints of Apple Blossom #AD5548

Color information

#AD5548 (or 0xAD5548) is unknown color: approx Apple Blossom. HEX triplet: AD, 55 and 48. RGB value is (173,85,72). Sum of RGB (Red+Green+Blue) = 173+85+72=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5548 is #52AAB7. Grayscale: #6D6D6D. Windows color (decimal): -5417656 or 4740525. OLE color: 4740525.

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

Color convert

RGB1738572-
CMYK00.510.580.32
HSL7.72º41.22%48.04%-
HSV(B)7.72º58.38%67.84%-
XYZ21.6515.858.05-
YUV109.83106.65173.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=52.42%
G=25.76%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173857200.510.580.327.7241.2248.04
HexAD55480333A2082930
Octal2551251100637240105160
Binary101011011010101100100001100111110101000001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5548; }

 p { color: rgb(173,85,72); }

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

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

 a { background-color: rgb(173,85,72); }

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

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

 span { border-color: rgb(173,85,72); }

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