Html Css Color HEX #AD7144 Bourbon

📋 copy color: '#AD7144'

red 173 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #AD7144

Tints of Bourbon #AD7144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 48.87%
G = 31.92%
B = 19.21%

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

#AD7144 (or 0xAD7144) is known color: Bourbon. HEX triplet: AD, 71 and 44. RGB value is (173,113,68). Sum of RGB (Red+Green+Blue) = 173+113+68=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7144 is #528EBB. Grayscale: #7E7E7E. Windows color (decimal): -5410492 or 4485549. OLE color: 4485549.

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

Color convert

RGB 173 113 68 -
CMYK 0 0.35 0.61 0.32
HSL 25.71º 0.44% 0.47% -
HSV(B) 25.71º 0.61% 0.68% -
XYZ 24.18 21.11 8.27 -
YUV 125.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 173 113 68 0 0.35 0.61 0.32 25.71 0.44 0.47
Hex AD 71 44 0 23 3D 20 1A 2C 2F
Octal 255 161 104 0 43 75 40 32 54 57
Binary 10101101 1110001 1000100 0 100011 111101 100000 11010 101100 101111

Color Harmonies of #AD7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7144

Black with #AD7144

Text Example


Text Example

White with #AD7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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