#A67041

Color #A67041 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #A67041

Tints of Bourbon #A67041

Color information

#A67041 (or 0xA67041) is unknown color: approx Bourbon. HEX triplet: A6, 70 and 41. RGB value is (166,112,65). Sum of RGB (Red+Green+Blue) = 166+112+65=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A67041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67041 is #598FBE. Grayscale: #7B7B7B. Windows color (decimal): -5869503 or 4288678. OLE color: 4288678.

HSL color Cylindrical-coordinate representation of color #A67041: hue angle of 27.92º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A67041 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16611265-
CMYK00.330.610.35
HSL27.92º43.72%45.29%-
HSV(B)27.92º60.84%65.1%-
XYZ22.4720.087.69-
YUV122.7995.39158.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=48.40%
G=32.65%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661126500.330.610.3527.9243.7245.29
HexA670410213D231c2c2d
Octal2461601010417543345455
Binary1010011011100001000001010000111110110001111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67041; }

 p { color: rgb(166,112,65); }

 H1.HeaderClassName
 {
   color: #A67041;
 }
 .AnyTagClassName
 {
   color: #A67041;
 }
</style>
background-color css

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

 a { background-color: rgb(166,112,65); }

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

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

 span { border-color: rgb(166,112,65); }

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