Html Css Color HEX #AD5649 Apple Blossom

📋 copy color: '#AD5649'

red 173 ◦ green 86 ◦ blue 73

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

Shades of Apple Blossom #AD5649

Tints of Apple Blossom #AD5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

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

R = 52.11%
G = 25.9%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5649 (or 0xAD5649) is known color: Apple Blossom. HEX triplet: AD, 56 and 49. RGB value is (173,86,73). Sum of RGB (Red+Green+Blue) = 173+86+73=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5649 is #52A9B6. Grayscale: #6E6E6E. Windows color (decimal): -5417399 or 4806317. OLE color: 4806317.

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

Color convert

RGB 173 86 73 -
CMYK 0 0.50 0.58 0.32
HSL 7.8º 0.41% 0.48% -
HSV(B) 7.8º 0.58% 0.68% -
XYZ 21.76 16.02 8.25 -
YUV 110.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 173 86 73 0 0.50 0.58 0.32 7.8 0.41 0.48
Hex AD 56 49 0 32 3A 20 8 29 30
Octal 255 126 111 0 62 72 40 10 51 60
Binary 10101101 1010110 1001001 0 110010 111010 100000 1000 101001 110000

Color Harmonies of #AD5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5649

Black with #AD5649

Text Example


Text Example

White with #AD5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5649; }

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

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

background-color css

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

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

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

border-color css

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

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

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