Html Css Color HEX #AD5648 Apple Blossom

📋 copy color: '#AD5648'

red 173 ◦ green 86 ◦ blue 72

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

Shades of Apple Blossom #AD5648

Tints of Apple Blossom #AD5648

RGB

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

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

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

R = 52.27%
G = 25.98%
B = 21.75%

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

#AD5648 (or 0xAD5648) is known color: Apple Blossom. HEX triplet: AD, 56 and 48. RGB value is (173,86,72). Sum of RGB (Red+Green+Blue) = 173+86+72=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5648 is #52A9B7. Grayscale: #6E6E6E. Windows color (decimal): -5417400 or 4740781. OLE color: 4740781.

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

Color convert

RGB 173 86 72 -
CMYK 0 0.50 0.58 0.32
HSL 8.32º 0.41% 0.48% -
HSV(B) 8.32º 0.58% 0.68% -
XYZ 21.73 16.01 8.08 -
YUV 110.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 173 86 72 0 0.50 0.58 0.32 8.32 0.41 0.48
Hex AD 56 48 0 32 3A 20 8 29 30
Octal 255 126 110 0 62 72 40 10 51 60
Binary 10101101 1010110 1001000 0 110010 111010 100000 1000 101001 110000

Color Harmonies of #AD5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5648

Black with #AD5648

Text Example


Text Example

White with #AD5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5648; }

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

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

background-color css

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

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

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

border-color css

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

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

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