Html Css Color HEX #A67046 Bourbon

📋 copy color: '#A67046'

red 166 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #A67046

Tints of Bourbon #A67046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 47.7%
G = 32.18%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A67046 (or 0xA67046) is known color: Bourbon. HEX triplet: A6, 70 and 46. RGB value is (166,112,70). Sum of RGB (Red+Green+Blue) = 166+112+70=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A67046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67046 is #598FB9. Grayscale: #7B7B7B. Windows color (decimal): -5869498 or 4616358. OLE color: 4616358.

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

Color convert

RGB 166 112 70 -
CMYK 0 0.33 0.58 0.35
HSL 26.25º 0.41% 0.46% -
HSV(B) 26.25º 0.58% 0.65% -
XYZ 22.63 20.14 8.49 -
YUV 123.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 166 112 70 0 0.33 0.58 0.35 26.25 0.41 0.46
Hex A6 70 46 0 21 3A 23 1A 29 2E
Octal 246 160 106 0 41 72 43 32 51 56
Binary 10100110 1110000 1000110 0 100001 111010 100011 11010 101001 101110

Color Harmonies of #A67046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67046

Black with #A67046

Text Example


Text Example

White with #A67046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67046; }

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

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

background-color css

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

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

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

border-color css

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

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

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