Html Css Color HEX #AD7846 Bourbon

📋 copy color: '#AD7846'

red 173 ◦ green 120 ◦ blue 70

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

Shades of Bourbon #AD7846

Tints of Bourbon #AD7846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 47.66%
G = 33.06%
B = 19.28%

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

#AD7846 (or 0xAD7846) is known color: Bourbon. HEX triplet: AD, 78 and 46. RGB value is (173,120,70). Sum of RGB (Red+Green+Blue) = 173+120+70=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7846 is #5287B9. Grayscale: #828282. Windows color (decimal): -5408698 or 4618413. OLE color: 4618413.

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

Color convert

RGB 173 120 70 -
CMYK 0 0.31 0.60 0.32
HSL 29.13º 0.42% 0.48% -
HSV(B) 29.13º 0.6% 0.68% -
XYZ 25.06 22.76 8.87 -
YUV 130.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 173 120 70 0 0.31 0.60 0.32 29.13 0.42 0.48
Hex AD 78 46 0 1F 3C 20 1D 2A 30
Octal 255 170 106 0 37 74 40 35 52 60
Binary 10101101 1111000 1000110 0 11111 111100 100000 11101 101010 110000

Color Harmonies of #AD7846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7846

Black with #AD7846

Text Example


Text Example

White with #AD7846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7846; }

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

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

background-color css

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

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

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

border-color css

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

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

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