Html Css Color HEX #AD7649 Bourbon

📋 copy color: '#AD7649'

red 173 ◦ green 118 ◦ blue 73

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

Shades of Bourbon #AD7649

Tints of Bourbon #AD7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 47.53%
G = 32.42%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7649 (or 0xAD7649) is known color: Bourbon. HEX triplet: AD, 76 and 49. RGB value is (173,118,73). Sum of RGB (Red+Green+Blue) = 173+118+73=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7649 is #5289B6. Grayscale: #818181. Windows color (decimal): -5409207 or 4814509. OLE color: 4814509.

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

Color convert

RGB 173 118 73 -
CMYK 0 0.32 0.58 0.32
HSL 27º 0.41% 0.48% -
HSV(B) 27º 0.58% 0.68% -
XYZ 24.91 22.32 9.3 -
YUV 129.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 173 118 73 0 0.32 0.58 0.32 27 0.41 0.48
Hex AD 76 49 0 20 3A 20 1B 29 30
Octal 255 166 111 0 40 72 40 33 51 60
Binary 10101101 1110110 1001001 0 100000 111010 100000 11011 101001 110000

Color Harmonies of #AD7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7649

Black with #AD7649

Text Example


Text Example

White with #AD7649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7649; }

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

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

background-color css

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

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

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

border-color css

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

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

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