Html Css Color HEX #AD6B47 Bourbon

📋 copy color: '#AD6B47'

red 173 ◦ green 107 ◦ blue 71

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

Shades of Bourbon #AD6B47

Tints of Bourbon #AD6B47

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 49.29%
G = 30.48%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD6B47 (or 0xAD6B47) is known color: Bourbon. HEX triplet: AD, 6B and 47. RGB value is (173,107,71). Sum of RGB (Red+Green+Blue) = 173+107+71=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B47 is #5294B8. Grayscale: #7A7A7A. Windows color (decimal): -5412025 or 4680621. OLE color: 4680621.

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

Color convert

RGB 173 107 71 -
CMYK 0 0.38 0.59 0.32
HSL 21.18º 0.42% 0.48% -
HSV(B) 21.18º 0.59% 0.68% -
XYZ 23.63 19.85 8.55 -
YUV 122.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 173 107 71 0 0.38 0.59 0.32 21.18 0.42 0.48
Hex AD 6B 47 0 26 3B 20 15 2A 30
Octal 255 153 107 0 46 73 40 25 52 60
Binary 10101101 1101011 1000111 0 100110 111011 100000 10101 101010 110000

Color Harmonies of #AD6B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B47

Black with #AD6B47

Text Example


Text Example

White with #AD6B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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