Html Css Color HEX #AD7746 Bourbon

📋 copy color: '#AD7746'

red 173 ◦ green 119 ◦ blue 70

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

Shades of Bourbon #AD7746

Tints of Bourbon #AD7746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 47.79%
G = 32.87%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7746 (or 0xAD7746) is known color: Bourbon. HEX triplet: AD, 77 and 46. RGB value is (173,119,70). Sum of RGB (Red+Green+Blue) = 173+119+70=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7746 is #5288B9. Grayscale: #818181. Windows color (decimal): -5408954 or 4618157. OLE color: 4618157.

HSL color Cylindrical-coordinate representation of color #AD7746: hue angle of 28.54º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD7746 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 119 70 -
CMYK 0 0.31 0.60 0.32
HSL 28.54º 0.42% 0.48% -
HSV(B) 28.54º 0.6% 0.68% -
XYZ 24.94 22.52 8.83 -
YUV 129.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 173 119 70 0 0.31 0.60 0.32 28.54 0.42 0.48
Hex AD 77 46 0 1F 3C 20 1D 2A 30
Octal 255 167 106 0 37 74 40 35 52 60
Binary 10101101 1110111 1000110 0 11111 111100 100000 11101 101010 110000

Color Harmonies of #AD7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7746

Black with #AD7746

Text Example


Text Example

White with #AD7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7746; }

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

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

background-color css

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

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

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

border-color css

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

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

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