Html Css Color HEX #AD5248 Apple Blossom

📋 copy color: '#AD5248'

red 173 ◦ green 82 ◦ blue 72

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

Shades of Apple Blossom #AD5248

Tints of Apple Blossom #AD5248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 52.91%
G = 25.08%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5248 (or 0xAD5248) is known color: Apple Blossom. HEX triplet: AD, 52 and 48. RGB value is (173,82,72). Sum of RGB (Red+Green+Blue) = 173+82+72=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5248 is #52ADB7. Grayscale: #6C6C6C. Windows color (decimal): -5418424 or 4739757. OLE color: 4739757.

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

Color convert

RGB 173 82 72 -
CMYK 0 0.53 0.58 0.32
HSL 5.94º 0.41% 0.48% -
HSV(B) 5.94º 0.58% 0.68% -
XYZ 21.42 15.39 7.97 -
YUV 108.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 173 82 72 0 0.53 0.58 0.32 5.94 0.41 0.48
Hex AD 52 48 0 35 3A 20 6 29 30
Octal 255 122 110 0 65 72 40 6 51 60
Binary 10101101 1010010 1001000 0 110101 111010 100000 110 101001 110000

Color Harmonies of #AD5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5248

Black with #AD5248

Text Example


Text Example

White with #AD5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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