Html Css Color HEX #AD7141 Bourbon

📋 copy color: '#AD7141'

red 173 ◦ green 113 ◦ blue 65

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

Shades of Bourbon #AD7141

Tints of Bourbon #AD7141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 49.29%
G = 32.19%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD7141 (or 0xAD7141) is known color: Bourbon. HEX triplet: AD, 71 and 41. RGB value is (173,113,65). Sum of RGB (Red+Green+Blue) = 173+113+65=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7141 is #528EBE. Grayscale: #7D7D7D. Windows color (decimal): -5410495 or 4288941. OLE color: 4288941.

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

Color convert

RGB 173 113 65 -
CMYK 0 0.35 0.62 0.32
HSL 26.67º 0.45% 0.47% -
HSV(B) 26.67º 0.62% 0.68% -
XYZ 24.09 21.08 7.8 -
YUV 125.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 173 113 65 0 0.35 0.62 0.32 26.67 0.45 0.47
Hex AD 71 41 0 23 3E 20 1B 2D 2F
Octal 255 161 101 0 43 76 40 33 55 57
Binary 10101101 1110001 1000001 0 100011 111110 100000 11011 101101 101111

Color Harmonies of #AD7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7141

Black with #AD7141

Text Example


Text Example

White with #AD7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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