Html Css Color HEX #AD7449 Bourbon

📋 copy color: '#AD7449'

red 173 ◦ green 116 ◦ blue 73

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

Shades of Bourbon #AD7449

Tints of Bourbon #AD7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

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

R = 47.79%
G = 32.04%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7449 (or 0xAD7449) is known color: Bourbon. HEX triplet: AD, 74 and 49. RGB value is (173,116,73). Sum of RGB (Red+Green+Blue) = 173+116+73=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7449 is #528BB6. Grayscale: #808080. Windows color (decimal): -5409719 or 4813997. OLE color: 4813997.

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

Color convert

RGB 173 116 73 -
CMYK 0 0.33 0.58 0.32
HSL 25.8º 0.41% 0.48% -
HSV(B) 25.8º 0.58% 0.68% -
XYZ 24.68 21.86 9.22 -
YUV 128.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 173 116 73 0 0.33 0.58 0.32 25.8 0.41 0.48
Hex AD 74 49 0 21 3A 20 1A 29 30
Octal 255 164 111 0 41 72 40 32 51 60
Binary 10101101 1110100 1001001 0 100001 111010 100000 11010 101001 110000

Color Harmonies of #AD7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7449

Black with #AD7449

Text Example


Text Example

White with #AD7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7449; }

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

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

background-color css

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

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

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

border-color css

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

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

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