#A76A41

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

Shades of Bourbon #A76A41

Tints of Bourbon #A76A41

Color information

#A76A41 (or 0xA76A41) is unknown color: approx Bourbon. HEX triplet: A7, 6A and 41. RGB value is (167,106,65). Sum of RGB (Red+Green+Blue) = 167+106+65=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A41 is #5895BE. Grayscale: #777777. Windows color (decimal): -5805503 or 4287143. OLE color: 4287143.

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

Color convert

RGB16710665-
CMYK00.370.610.35
HSL24.12º43.97%45.49%-
HSV(B)24.12º61.08%65.49%-
XYZ22.0418.917.49-
YUV119.5697.21161.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=49.41%
G=31.36%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671066500.370.610.3524.1243.9745.49
HexA76A410253D23182c2d
Octal2471521010457543305455
Binary1010011111010101000001010010111110110001111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A41; }

 p { color: rgb(167,106,65); }

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

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

 a { background-color: rgb(167,106,65); }

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

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

 span { border-color: rgb(167,106,65); }

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