Html Css Color HEX #AD7749 Bourbon

📋 copy color: '#AD7749'

red 173 ◦ green 119 ◦ blue 73

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

Shades of Bourbon #AD7749

Tints of Bourbon #AD7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 47.4%
G = 32.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7749 (or 0xAD7749) is known color: Bourbon. HEX triplet: AD, 77 and 49. RGB value is (173,119,73). Sum of RGB (Red+Green+Blue) = 173+119+73=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7749 is #5288B6. Grayscale: #828282. Windows color (decimal): -5408951 or 4814765. OLE color: 4814765.

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

Color convert

RGB 173 119 73 -
CMYK 0 0.31 0.58 0.32
HSL 27.6º 0.41% 0.48% -
HSV(B) 27.6º 0.58% 0.68% -
XYZ 25.03 22.56 9.34 -
YUV 129.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 173 119 73 0 0.31 0.58 0.32 27.6 0.41 0.48
Hex AD 77 49 0 1F 3A 20 1C 29 30
Octal 255 167 111 0 37 72 40 34 51 60
Binary 10101101 1110111 1001001 0 11111 111010 100000 11100 101001 110000

Color Harmonies of #AD7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7749

Black with #AD7749

Text Example


Text Example

White with #AD7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7749; }

 p { color: rgb(173,119,73); }

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

background-color css

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

 a { background-color: rgb(173,119,73); }

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

border-color css

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

 span { border-color: rgb(173,119,73); }

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