Html Css Color HEX #AD6F47 Bourbon

📋 copy color: '#AD6F47'

red 173 ◦ green 111 ◦ blue 71

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

Shades of Bourbon #AD6F47

Tints of Bourbon #AD6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 48.73%
G = 31.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD6F47 (or 0xAD6F47) is known color: Bourbon. HEX triplet: AD, 6F and 47. RGB value is (173,111,71). Sum of RGB (Red+Green+Blue) = 173+111+71=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F47 is #5290B8. Grayscale: #7D7D7D. Windows color (decimal): -5411001 or 4681645. OLE color: 4681645.

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

Color convert

RGB 173 111 71 -
CMYK 0 0.36 0.59 0.32
HSL 23.53º 0.42% 0.48% -
HSV(B) 23.53º 0.59% 0.68% -
XYZ 24.06 20.71 8.69 -
YUV 124.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 173 111 71 0 0.36 0.59 0.32 23.53 0.42 0.48
Hex AD 6F 47 0 24 3B 20 18 2A 30
Octal 255 157 107 0 44 73 40 30 52 60
Binary 10101101 1101111 1000111 0 100100 111011 100000 11000 101010 110000

Color Harmonies of #AD6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F47

Black with #AD6F47

Text Example


Text Example

White with #AD6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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