Html Css Color HEX #AD7046 Bourbon

📋 copy color: '#AD7046'

red 173 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #AD7046

Tints of Bourbon #AD7046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 48.73%
G = 31.55%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7046 (or 0xAD7046) is known color: Bourbon. HEX triplet: AD, 70 and 46. RGB value is (173,112,70). Sum of RGB (Red+Green+Blue) = 173+112+70=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7046 is #528FB9. Grayscale: #7D7D7D. Windows color (decimal): -5410746 or 4616365. OLE color: 4616365.

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

Color convert

RGB 173 112 70 -
CMYK 0 0.35 0.60 0.32
HSL 24.47º 0.42% 0.48% -
HSV(B) 24.47º 0.6% 0.68% -
XYZ 24.13 20.91 8.56 -
YUV 125.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 173 112 70 0 0.35 0.60 0.32 24.47 0.42 0.48
Hex AD 70 46 0 23 3C 20 18 2A 30
Octal 255 160 106 0 43 74 40 30 52 60
Binary 10101101 1110000 1000110 0 100011 111100 100000 11000 101010 110000

Color Harmonies of #AD7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7046

Black with #AD7046

Text Example


Text Example

White with #AD7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7046; }

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

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

background-color css

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

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

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

border-color css

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

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

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