Html Css Color HEX #A67149 Bourbon

📋 copy color: '#A67149'

red 166 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #A67149

Tints of Bourbon #A67149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 47.16%
G = 32.1%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A67149 (or 0xA67149) is known color: Bourbon. HEX triplet: A6, 71 and 49. RGB value is (166,113,73). Sum of RGB (Red+Green+Blue) = 166+113+73=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A67149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67149 is #598EB6. Grayscale: #7C7C7C. Windows color (decimal): -5869239 or 4813222. OLE color: 4813222.

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

Color convert

RGB 166 113 73 -
CMYK 0 0.32 0.56 0.35
HSL 25.81º 0.39% 0.47% -
HSV(B) 25.81º 0.56% 0.65% -
XYZ 22.83 20.4 9.04 -
YUV 124.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 166 113 73 0 0.32 0.56 0.35 25.81 0.39 0.47
Hex A6 71 49 0 20 38 23 1A 27 2F
Octal 246 161 111 0 40 70 43 32 47 57
Binary 10100110 1110001 1001001 0 100000 111000 100011 11010 100111 101111

Color Harmonies of #A67149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67149

Black with #A67149

Text Example


Text Example

White with #A67149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67149; }

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

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

background-color css

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

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

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

border-color css

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

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

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