Html Css Color HEX #AD5548 Apple Blossom

📋 copy color: '#AD5548'

red 173 ◦ green 85 ◦ blue 72

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

Shades of Apple Blossom #AD5548

Tints of Apple Blossom #AD5548

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 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

#AD5548 (or 0xAD5548) is known color: 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

RGB 173 85 72 -
CMYK 0 0.51 0.58 0.32
HSL 7.72º 0.41% 0.48% -
HSV(B) 7.72º 0.58% 0.68% -
XYZ 21.65 15.85 8.05 -
YUV 109.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 173 85 72 0 0.51 0.58 0.32 7.72 0.41 0.48
Hex AD 55 48 0 33 3A 20 8 29 30
Octal 255 125 110 0 63 72 40 10 51 60
Binary 10101101 1010101 1001000 0 110011 111010 100000 1000 101001 110000

Color Harmonies of #AD5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5548

Black with #AD5548

Text Example


Text Example

White with #AD5548

Text Example


Text Example

HTML Codes & Css Web 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>