Html Css Color HEX #AD7349 Bourbon

📋 copy color: '#AD7349'

red 173 ◦ green 115 ◦ blue 73

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

Shades of Bourbon #AD7349

Tints of Bourbon #AD7349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 47.92%
G = 31.86%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7349 (or 0xAD7349) is known color: Bourbon. HEX triplet: AD, 73 and 49. RGB value is (173,115,73). Sum of RGB (Red+Green+Blue) = 173+115+73=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7349 is #528CB6. Grayscale: #7F7F7F. Windows color (decimal): -5409975 or 4813741. OLE color: 4813741.

HSL color Cylindrical-coordinate representation of color #AD7349: hue angle of 25.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD7349 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 73 -
CMYK 0 0.34 0.58 0.32
HSL 25.2º 0.41% 0.48% -
HSV(B) 25.2º 0.58% 0.68% -
XYZ 24.57 21.63 9.18 -
YUV 127.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 173 115 73 0 0.34 0.58 0.32 25.2 0.41 0.48
Hex AD 73 49 0 22 3A 20 19 29 30
Octal 255 163 111 0 42 72 40 31 51 60
Binary 10101101 1110011 1001001 0 100010 111010 100000 11001 101001 110000

Color Harmonies of #AD7349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7349

Black with #AD7349

Text Example


Text Example

White with #AD7349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7349; }

 p { color: rgb(173,115,73); }

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

background-color css

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

 a { background-color: rgb(173,115,73); }

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

border-color css

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

 span { border-color: rgb(173,115,73); }

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