#A66B3A

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

Shades of Bourbon #A66B3A

Tints of Bourbon #A66B3A

Color information

#A66B3A (or 0xA66B3A) is unknown color: approx Bourbon. HEX triplet: A6, 6B and 3A. RGB value is (166,107,58). Sum of RGB (Red+Green+Blue) = 166+107+58=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B3A is #5994C5. Grayscale: #777777. Windows color (decimal): -5870790 or 3828646. OLE color: 3828646.

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

Color convert

RGB16610758-
CMYK00.360.650.35
HSL27.22º48.21%43.92%-
HSV(B)27.22º65.06%65.1%-
XYZ21.7518.936.51-
YUV119.0693.55161.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=50.15%
G=32.33%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661075800.360.650.3527.2248.2143.92
HexA66B3A02441231b302c
Octal2461537204410143336054
Binary1010011011010111110100100100100000110001111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B3A; }

 p { color: rgb(166,107,58); }

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

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

 a { background-color: rgb(166,107,58); }

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

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

 span { border-color: rgb(166,107,58); }

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