Html Css Color HEX #AD7344 Bourbon

📋 copy color: '#AD7344'

red 173 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #AD7344

Tints of Bourbon #AD7344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 48.6%
G = 32.3%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7344 (or 0xAD7344) is known color: Bourbon. HEX triplet: AD, 73 and 44. RGB value is (173,115,68). Sum of RGB (Red+Green+Blue) = 173+115+68=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7344 is #528CBB. Grayscale: #7F7F7F. Windows color (decimal): -5409980 or 4486061. OLE color: 4486061.

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

Color convert

RGB 173 115 68 -
CMYK 0 0.34 0.61 0.32
HSL 26.86º 0.44% 0.47% -
HSV(B) 26.86º 0.61% 0.68% -
XYZ 24.41 21.56 8.34 -
YUV 126.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 173 115 68 0 0.34 0.61 0.32 26.86 0.44 0.47
Hex AD 73 44 0 22 3D 20 1B 2C 2F
Octal 255 163 104 0 42 75 40 33 54 57
Binary 10101101 1110011 1000100 0 100010 111101 100000 11011 101100 101111

Color Harmonies of #AD7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7344

Black with #AD7344

Text Example


Text Example

White with #AD7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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