Html Css Color HEX #A67547 Bourbon

📋 copy color: '#A67547'

red 166 ◦ green 117 ◦ blue 71

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

Shades of Bourbon #A67547

Tints of Bourbon #A67547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 46.89%
G = 33.05%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67547 (or 0xA67547) is known color: Bourbon. HEX triplet: A6, 75 and 47. RGB value is (166,117,71). Sum of RGB (Red+Green+Blue) = 166+117+71=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A67547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67547 is #598AB8. Grayscale: #7E7E7E. Windows color (decimal): -5868217 or 4683174. OLE color: 4683174.

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

Color convert

RGB 166 117 71 -
CMYK 0 0.30 0.57 0.35
HSL 29.05º 0.4% 0.46% -
HSV(B) 29.05º 0.57% 0.65% -
XYZ 23.22 21.28 8.85 -
YUV 126.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 166 117 71 0 0.30 0.57 0.35 29.05 0.4 0.46
Hex A6 75 47 0 1E 39 23 1D 28 2E
Octal 246 165 107 0 36 71 43 35 50 56
Binary 10100110 1110101 1000111 0 11110 111001 100011 11101 101000 101110

Color Harmonies of #A67547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67547

Black with #A67547

Text Example


Text Example

White with #A67547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67547; }

 p { color: rgb(166,117,71); }

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

background-color css

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

 a { background-color: rgb(166,117,71); }

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

border-color css

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

 span { border-color: rgb(166,117,71); }

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