#a26d40

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

Shades of Bourbon #A26D40

Tints of Bourbon #A26D40

Color information

#A26D40 (or 0xA26D40) is unknown color: approx Bourbon. HEX triplet: A2, 6D and 40. RGB value is (162,109,64). Sum of RGB (Red+Green+Blue) = 162+109+64=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D40 is #5D92BF. Grayscale: #777777. Windows color (decimal): -6132416 or 4222370. OLE color: 4222370.

HSL color Cylindrical-coordinate representation of color #A26D40: hue angle of 27.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A26D40 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16210964-
CMYK00.330.600.36
HSL27.55º43.36%44.31%-
HSV(B)27.55º60.49%63.53%-
XYZ21.2918.997.39-
YUV119.7296.56158.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=48.36%
G=32.54%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621096400.330.600.3627.5543.3644.31
HexA26D400213C241c2b2c
Octal2421551000417444345354
Binary1010001011011011000000010000111110010010011100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a26d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a26d40; }

 p { color: rgb(162,109,64); }

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

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

 a { background-color: rgb(162,109,64); }

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

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

 span { border-color: rgb(162,109,64); }

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