Html Css Color HEX #AD7647 Bourbon

📋 copy color: '#AD7647'

red 173 ◦ green 118 ◦ blue 71

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

Shades of Bourbon #AD7647

Tints of Bourbon #AD7647

RGB

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

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

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

R = 47.79%
G = 32.6%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD7647 (or 0xAD7647) is known color: Bourbon. HEX triplet: AD, 76 and 47. RGB value is (173,118,71). Sum of RGB (Red+Green+Blue) = 173+118+71=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7647 is #5289B8. Grayscale: #818181. Windows color (decimal): -5409209 or 4683437. OLE color: 4683437.

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

Color convert

RGB 173 118 71 -
CMYK 0 0.32 0.59 0.32
HSL 27.65º 0.42% 0.48% -
HSV(B) 27.65º 0.59% 0.68% -
XYZ 24.85 22.3 8.96 -
YUV 129.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 173 118 71 0 0.32 0.59 0.32 27.65 0.42 0.48
Hex AD 76 47 0 20 3B 20 1C 2A 30
Octal 255 166 107 0 40 73 40 34 52 60
Binary 10101101 1110110 1000111 0 100000 111011 100000 11100 101010 110000

Color Harmonies of #AD7647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7647

Black with #AD7647

Text Example


Text Example

White with #AD7647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7647; }

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

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

background-color css

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

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

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

border-color css

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

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

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