#A66C3A

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

Shades of Bourbon #A66C3A

Tints of Bourbon #A66C3A

Color information

#A66C3A (or 0xA66C3A) is unknown color: approx Bourbon. HEX triplet: A6, 6C and 3A. RGB value is (166,108,58). Sum of RGB (Red+Green+Blue) = 166+108+58=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C3A is #5993C5. Grayscale: #777777. Windows color (decimal): -5870534 or 3828902. OLE color: 3828902.

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

Color convert

RGB16610858-
CMYK00.350.650.35
HSL27.78º48.21%43.92%-
HSV(B)27.78º65.06%65.1%-
XYZ21.8519.146.55-
YUV119.6493.22161.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=50%
G=32.53%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661085800.350.650.3527.7848.2143.92
HexA66C3A02341231c302c
Octal2461547204310143346054
Binary1010011011011001110100100011100000110001111100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C3A; }

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

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

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

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

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

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

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

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