Html Css Color HEX #A67349 Bourbon

📋 copy color: '#A67349'

red 166 ◦ green 115 ◦ blue 73

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

Shades of Bourbon #A67349

Tints of Bourbon #A67349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 46.89%
G = 32.49%
B = 20.62%

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

#A67349 (or 0xA67349) is known color: Bourbon. HEX triplet: A6, 73 and 49. RGB value is (166,115,73). Sum of RGB (Red+Green+Blue) = 166+115+73=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A67349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67349 is #598CB6. Grayscale: #7D7D7D. Windows color (decimal): -5868727 or 4813734. OLE color: 4813734.

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

Color convert

RGB 166 115 73 -
CMYK 0 0.31 0.56 0.35
HSL 27.1º 0.39% 0.47% -
HSV(B) 27.1º 0.56% 0.65% -
XYZ 23.06 20.85 9.11 -
YUV 125.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 166 115 73 0 0.31 0.56 0.35 27.1 0.39 0.47
Hex A6 73 49 0 1F 38 23 1B 27 2F
Octal 246 163 111 0 37 70 43 33 47 57
Binary 10100110 1110011 1001001 0 11111 111000 100011 11011 100111 101111

Color Harmonies of #A67349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67349

Black with #A67349

Text Example


Text Example

White with #A67349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67349; }

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

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

background-color css

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

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

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

border-color css

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

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

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