Html Css Color HEX #AD6D47 Bourbon

📋 copy color: '#AD6D47'

red 173 ◦ green 109 ◦ blue 71

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

Shades of Bourbon #AD6D47

Tints of Bourbon #AD6D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 49.01%
G = 30.88%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD6D47 (or 0xAD6D47) is known color: Bourbon. HEX triplet: AD, 6D and 47. RGB value is (173,109,71). Sum of RGB (Red+Green+Blue) = 173+109+71=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D47 is #5292B8. Grayscale: #7C7C7C. Windows color (decimal): -5411513 or 4681133. OLE color: 4681133.

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

Color convert

RGB 173 109 71 -
CMYK 0 0.37 0.59 0.32
HSL 22.35º 0.42% 0.48% -
HSV(B) 22.35º 0.59% 0.68% -
XYZ 23.84 20.28 8.62 -
YUV 123.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 173 109 71 0 0.37 0.59 0.32 22.35 0.42 0.48
Hex AD 6D 47 0 25 3B 20 16 2A 30
Octal 255 155 107 0 45 73 40 26 52 60
Binary 10101101 1101101 1000111 0 100101 111011 100000 10110 101010 110000

Color Harmonies of #AD6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D47

Black with #AD6D47

Text Example


Text Example

White with #AD6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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