Html Css Color HEX #AD5247 Apple Blossom

📋 copy color: '#AD5247'

red 173 ◦ green 82 ◦ blue 71

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

Shades of Apple Blossom #AD5247

Tints of Apple Blossom #AD5247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 53.07%
G = 25.15%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD5247 (or 0xAD5247) is known color: Apple Blossom. HEX triplet: AD, 52 and 47. RGB value is (173,82,71). Sum of RGB (Red+Green+Blue) = 173+82+71=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5247 is #52ADB8. Grayscale: #6C6C6C. Windows color (decimal): -5418425 or 4674221. OLE color: 4674221.

HSL color Cylindrical-coordinate representation of color #AD5247: hue angle of 6.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5247 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 71 -
CMYK 0 0.53 0.59 0.32
HSL 6.47º 0.42% 0.48% -
HSV(B) 6.47º 0.59% 0.68% -
XYZ 21.39 15.37 7.8 -
YUV 107.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 173 82 71 0 0.53 0.59 0.32 6.47 0.42 0.48
Hex AD 52 47 0 35 3B 20 6 2A 30
Octal 255 122 107 0 65 73 40 6 52 60
Binary 10101101 1010010 1000111 0 110101 111011 100000 110 101010 110000

Color Harmonies of #AD5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5247

Black with #AD5247

Text Example


Text Example

White with #AD5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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