Html Css Color HEX #A67249 Bourbon

📋 copy color: '#A67249'

red 166 ◦ green 114 ◦ blue 73

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

Shades of Bourbon #A67249

Tints of Bourbon #A67249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 47.03%
G = 32.29%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A67249 (or 0xA67249) is known color: Bourbon. HEX triplet: A6, 72 and 49. RGB value is (166,114,73). Sum of RGB (Red+Green+Blue) = 166+114+73=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A67249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67249 is #598DB6. Grayscale: #7D7D7D. Windows color (decimal): -5868983 or 4813478. OLE color: 4813478.

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

Color convert

RGB 166 114 73 -
CMYK 0 0.31 0.56 0.35
HSL 26.45º 0.39% 0.47% -
HSV(B) 26.45º 0.56% 0.65% -
XYZ 22.95 20.62 9.07 -
YUV 124.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 166 114 73 0 0.31 0.56 0.35 26.45 0.39 0.47
Hex A6 72 49 0 1F 38 23 1A 27 2F
Octal 246 162 111 0 37 70 43 32 47 57
Binary 10100110 1110010 1001001 0 11111 111000 100011 11010 100111 101111

Color Harmonies of #A67249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67249

Black with #A67249

Text Example


Text Example

White with #A67249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67249; }

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

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

background-color css

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

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

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

border-color css

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

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

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