Html Css Color HEX #AD5549 Apple Blossom

📋 copy color: '#AD5549'

red 173 ◦ green 85 ◦ blue 73

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

Shades of Apple Blossom #AD5549

Tints of Apple Blossom #AD5549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 52.27%
G = 25.68%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5549 (or 0xAD5549) is known color: Apple Blossom. HEX triplet: AD, 55 and 49. RGB value is (173,85,73). Sum of RGB (Red+Green+Blue) = 173+85+73=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5549 is #52AAB6. Grayscale: #6E6E6E. Windows color (decimal): -5417655 or 4806061. OLE color: 4806061.

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

Color convert

RGB 173 85 73 -
CMYK 0 0.51 0.58 0.32
HSL 7.2º 0.41% 0.48% -
HSV(B) 7.2º 0.58% 0.68% -
XYZ 21.68 15.86 8.22 -
YUV 109.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 173 85 73 0 0.51 0.58 0.32 7.2 0.41 0.48
Hex AD 55 49 0 33 3A 20 7 29 30
Octal 255 125 111 0 63 72 40 7 51 60
Binary 10101101 1010101 1001001 0 110011 111010 100000 111 101001 110000

Color Harmonies of #AD5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5549

Black with #AD5549

Text Example


Text Example

White with #AD5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5549; }

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

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

background-color css

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

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

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

border-color css

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

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

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