Html Css Color HEX #AD7646 Bourbon

📋 copy color: '#AD7646'

red 173 ◦ green 118 ◦ blue 70

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

Shades of Bourbon #AD7646

Tints of Bourbon #AD7646

RGB

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

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

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

R = 47.92%
G = 32.69%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7646 (or 0xAD7646) is known color: Bourbon. HEX triplet: AD, 76 and 46. RGB value is (173,118,70). Sum of RGB (Red+Green+Blue) = 173+118+70=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7646 is #5289B9. Grayscale: #818181. Windows color (decimal): -5409210 or 4617901. OLE color: 4617901.

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

Color convert

RGB 173 118 70 -
CMYK 0 0.32 0.60 0.32
HSL 27.96º 0.42% 0.48% -
HSV(B) 27.96º 0.6% 0.68% -
XYZ 24.82 22.28 8.79 -
YUV 128.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 173 118 70 0 0.32 0.60 0.32 27.96 0.42 0.48
Hex AD 76 46 0 20 3C 20 1C 2A 30
Octal 255 166 106 0 40 74 40 34 52 60
Binary 10101101 1110110 1000110 0 100000 111100 100000 11100 101010 110000

Color Harmonies of #AD7646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7646

Black with #AD7646

Text Example


Text Example

White with #AD7646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7646; }

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

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

background-color css

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

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

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

border-color css

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

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

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