Html Css Color HEX #A87147 Bourbon

📋 copy color: '#A87147'

red 168 ◦ green 113 ◦ blue 71

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

Shades of Bourbon #A87147

Tints of Bourbon #A87147

RGB

 RED value IS 168 (66.02% from 255) = 47.73%

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

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 47.73%
G = 32.1%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A87147 (or 0xA87147) is known color: Bourbon. HEX triplet: A8, 71 and 47. RGB value is (168,113,71). Sum of RGB (Red+Green+Blue) = 168+113+71=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A87147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87147 is #578EB8. Grayscale: #7C7C7C. Windows color (decimal): -5738169 or 4682152. OLE color: 4682152.

HSL color Cylindrical-coordinate representation of color #A87147: hue angle of 25.98º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A87147 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 71 -
CMYK 0 0.33 0.58 0.34
HSL 25.98º 0.41% 0.47% -
HSV(B) 25.98º 0.58% 0.66% -
XYZ 23.19 20.59 8.71 -
YUV 124.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 168 113 71 0 0.33 0.58 0.34 25.98 0.41 0.47
Hex A8 71 47 0 21 3A 22 1A 29 2F
Octal 250 161 107 0 41 72 42 32 51 57
Binary 10101000 1110001 1000111 0 100001 111010 100010 11010 101001 101111

Color Harmonies of #A87147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87147

Black with #A87147

Text Example


Text Example

White with #A87147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87147; }

 p { color: rgb(168,113,71); }

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

background-color css

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

 a { background-color: rgb(168,113,71); }

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

border-color css

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

 span { border-color: rgb(168,113,71); }

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