Html Css Color HEX #AD7446 Bourbon

📋 copy color: '#AD7446'

red 173 ◦ green 116 ◦ blue 70

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

Shades of Bourbon #AD7446

Tints of Bourbon #AD7446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 48.19%
G = 32.31%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7446 (or 0xAD7446) is known color: Bourbon. HEX triplet: AD, 74 and 46. RGB value is (173,116,70). Sum of RGB (Red+Green+Blue) = 173+116+70=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7446 is #528BB9. Grayscale: #808080. Windows color (decimal): -5409722 or 4617389. OLE color: 4617389.

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

Color convert

RGB 173 116 70 -
CMYK 0 0.33 0.60 0.32
HSL 26.8º 0.42% 0.48% -
HSV(B) 26.8º 0.6% 0.68% -
XYZ 24.58 21.82 8.71 -
YUV 127.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 173 116 70 0 0.33 0.60 0.32 26.8 0.42 0.48
Hex AD 74 46 0 21 3C 20 1B 2A 30
Octal 255 164 106 0 41 74 40 33 52 60
Binary 10101101 1110100 1000110 0 100001 111100 100000 11011 101010 110000

Color Harmonies of #AD7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7446

Black with #AD7446

Text Example


Text Example

White with #AD7446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7446; }

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

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

background-color css

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

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

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

border-color css

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

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

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