Html Css Color HEX #AD5547 Apple Blossom

📋 copy color: '#AD5547'

red 173 ◦ green 85 ◦ blue 71

#AD5547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #AD5547

Tints of Apple Blossom #AD5547

RGB

 RED value IS 173 (67.97% from 255) = 52.58%

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 52.58%
G = 25.84%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD5547 (or 0xAD5547) is known color: Apple Blossom. HEX triplet: AD, 55 and 47. RGB value is (173,85,71). Sum of RGB (Red+Green+Blue) = 173+85+71=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5547 is #52AAB8. Grayscale: #6D6D6D. Windows color (decimal): -5417657 or 4674989. OLE color: 4674989.

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

Color convert

RGB 173 85 71 -
CMYK 0 0.51 0.59 0.32
HSL 8.24º 0.42% 0.48% -
HSV(B) 8.24º 0.59% 0.68% -
XYZ 21.62 15.84 7.88 -
YUV 109.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 173 85 71 0 0.51 0.59 0.32 8.24 0.42 0.48
Hex AD 55 47 0 33 3B 20 8 2A 30
Octal 255 125 107 0 63 73 40 10 52 60
Binary 10101101 1010101 1000111 0 110011 111011 100000 1000 101010 110000

Color Harmonies of #AD5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5547

Black with #AD5547

Text Example


Text Example

White with #AD5547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5547; }

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

 H1.HeaderClassName
 {
   color: #AD5547;
 }
 .AnyTagClassName
 {
   color: #AD5547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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