Html Css Color HEX #AD5448 Apple Blossom

📋 copy color: '#AD5448'

red 173 ◦ green 84 ◦ blue 72

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

Shades of Apple Blossom #AD5448

Tints of Apple Blossom #AD5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.53%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 52.58%
G = 25.53%
B = 21.88%

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

#AD5448 (or 0xAD5448) is known color: Apple Blossom. HEX triplet: AD, 54 and 48. RGB value is (173,84,72). Sum of RGB (Red+Green+Blue) = 173+84+72=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5448 is #52ABB7. Grayscale: #6D6D6D. Windows color (decimal): -5417912 or 4740269. OLE color: 4740269.

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

Color convert

RGB 173 84 72 -
CMYK 0 0.51 0.58 0.32
HSL 7.13º 0.41% 0.48% -
HSV(B) 7.13º 0.58% 0.68% -
XYZ 21.57 15.69 8.02 -
YUV 109.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 173 84 72 0 0.51 0.58 0.32 7.13 0.41 0.48
Hex AD 54 48 0 33 3A 20 7 29 30
Octal 255 124 110 0 63 72 40 7 51 60
Binary 10101101 1010100 1001000 0 110011 111010 100000 111 101001 110000

Color Harmonies of #AD5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5448

Black with #AD5448

Text Example


Text Example

White with #AD5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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