Html Css Color HEX #AD7044 Bourbon

📋 copy color: '#AD7044'

red 173 ◦ green 112 ◦ blue 68

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

Shades of Bourbon #AD7044

Tints of Bourbon #AD7044

RGB

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

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

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

R = 49.01%
G = 31.73%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7044 (or 0xAD7044) is known color: Bourbon. HEX triplet: AD, 70 and 44. RGB value is (173,112,68). Sum of RGB (Red+Green+Blue) = 173+112+68=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7044 is #528FBB. Grayscale: #7D7D7D. Windows color (decimal): -5410748 or 4485293. OLE color: 4485293.

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

Color convert

RGB 173 112 68 -
CMYK 0 0.35 0.61 0.32
HSL 25.14º 0.44% 0.47% -
HSV(B) 25.14º 0.61% 0.68% -
XYZ 24.07 20.89 8.23 -
YUV 125.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 173 112 68 0 0.35 0.61 0.32 25.14 0.44 0.47
Hex AD 70 44 0 23 3D 20 19 2C 2F
Octal 255 160 104 0 43 75 40 31 54 57
Binary 10101101 1110000 1000100 0 100011 111101 100000 11001 101100 101111

Color Harmonies of #AD7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7044

Black with #AD7044

Text Example


Text Example

White with #AD7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7044; }

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

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

background-color css

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

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

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

border-color css

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

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

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