Html Css Color HEX #A67047 Bourbon

📋 copy color: '#A67047'

red 166 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #A67047

Tints of Bourbon #A67047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 47.56%
G = 32.09%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67047 (or 0xA67047) is known color: Bourbon. HEX triplet: A6, 70 and 47. RGB value is (166,112,71). Sum of RGB (Red+Green+Blue) = 166+112+71=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A67047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67047 is #598FB8. Grayscale: #7B7B7B. Windows color (decimal): -5869497 or 4681894. OLE color: 4681894.

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

Color convert

RGB 166 112 71 -
CMYK 0 0.33 0.57 0.35
HSL 25.89º 0.4% 0.46% -
HSV(B) 25.89º 0.57% 0.65% -
XYZ 22.66 20.15 8.66 -
YUV 123.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 166 112 71 0 0.33 0.57 0.35 25.89 0.4 0.46
Hex A6 70 47 0 21 39 23 1A 28 2E
Octal 246 160 107 0 41 71 43 32 50 56
Binary 10100110 1110000 1000111 0 100001 111001 100011 11010 101000 101110

Color Harmonies of #A67047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67047

Black with #A67047

Text Example


Text Example

White with #A67047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67047; }

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

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

background-color css

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

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

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

border-color css

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

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

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