Html Css Color HEX #AD7444 Bourbon

📋 copy color: '#AD7444'

red 173 ◦ green 116 ◦ blue 68

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

Shades of Bourbon #AD7444

Tints of Bourbon #AD7444

RGB

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

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

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

R = 48.46%
G = 32.49%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7444 (or 0xAD7444) is known color: Bourbon. HEX triplet: AD, 74 and 44. RGB value is (173,116,68). Sum of RGB (Red+Green+Blue) = 173+116+68=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7444 is #528BBB. Grayscale: #7F7F7F. Windows color (decimal): -5409724 or 4486317. OLE color: 4486317.

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

Color convert

RGB 173 116 68 -
CMYK 0 0.33 0.61 0.32
HSL 27.43º 0.44% 0.47% -
HSV(B) 27.43º 0.61% 0.68% -
XYZ 24.52 21.79 8.38 -
YUV 127.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 173 116 68 0 0.33 0.61 0.32 27.43 0.44 0.47
Hex AD 74 44 0 21 3D 20 1B 2C 2F
Octal 255 164 104 0 41 75 40 33 54 57
Binary 10101101 1110100 1000100 0 100001 111101 100000 11011 101100 101111

Color Harmonies of #AD7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7444

Black with #AD7444

Text Example


Text Example

White with #AD7444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7444; }

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

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

background-color css

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

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

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

border-color css

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

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

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