Html Css Color HEX #A67147 Bourbon

📋 copy color: '#A67147'

red 166 ◦ green 113 ◦ blue 71

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

Shades of Bourbon #A67147

Tints of Bourbon #A67147

RGB

 RED value IS 166 (65.23% from 255) = 47.43%

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

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

R = 47.43%
G = 32.29%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67147 (or 0xA67147) is known color: Bourbon. HEX triplet: A6, 71 and 47. RGB value is (166,113,71). Sum of RGB (Red+Green+Blue) = 166+113+71=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67147 is #598EB8. Grayscale: #7C7C7C. Windows color (decimal): -5869241 or 4682150. OLE color: 4682150.

HSL color Cylindrical-coordinate representation of color #A67147: hue angle of 26.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A67147 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 71 -
CMYK 0 0.32 0.57 0.35
HSL 26.53º 0.4% 0.46% -
HSV(B) 26.53º 0.57% 0.65% -
XYZ 22.77 20.37 8.69 -
YUV 124.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 166 113 71 0 0.32 0.57 0.35 26.53 0.4 0.46
Hex A6 71 47 0 20 39 23 1B 28 2E
Octal 246 161 107 0 40 71 43 33 50 56
Binary 10100110 1110001 1000111 0 100000 111001 100011 11011 101000 101110

Color Harmonies of #A67147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67147

Black with #A67147

Text Example


Text Example

White with #A67147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67147; }

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

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

background-color css

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

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

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

border-color css

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

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

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