Html Css Color HEX #A67446 Bourbon

📋 copy color: '#A67446'

red 166 ◦ green 116 ◦ blue 70

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

Shades of Bourbon #A67446

Tints of Bourbon #A67446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 47.16%
G = 32.95%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A67446 (or 0xA67446) is known color: Bourbon. HEX triplet: A6, 74 and 46. RGB value is (166,116,70). Sum of RGB (Red+Green+Blue) = 166+116+70=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A67446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67446 is #598BB9. Grayscale: #7D7D7D. Windows color (decimal): -5868474 or 4617382. OLE color: 4617382.

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

Color convert

RGB 166 116 70 -
CMYK 0 0.30 0.58 0.35
HSL 28.75º 0.41% 0.46% -
HSV(B) 28.75º 0.58% 0.65% -
XYZ 23.08 21.04 8.64 -
YUV 125.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 166 116 70 0 0.30 0.58 0.35 28.75 0.41 0.46
Hex A6 74 46 0 1E 3A 23 1D 29 2E
Octal 246 164 106 0 36 72 43 35 51 56
Binary 10100110 1110100 1000110 0 11110 111010 100011 11101 101001 101110

Color Harmonies of #A67446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67446

Black with #A67446

Text Example


Text Example

White with #A67446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67446; }

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

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

background-color css

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

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

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

border-color css

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

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

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