#A16E3D

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

Shades of Bourbon #A16E3D

Tints of Bourbon #A16E3D

Color information

#A16E3D (or 0xA16E3D) is unknown color: approx Bourbon. HEX triplet: A1, 6E and 3D. RGB value is (161,110,61). Sum of RGB (Red+Green+Blue) = 161+110+61=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E3D is #5E91C2. Grayscale: #777777. Windows color (decimal): -6197699 or 4026017. OLE color: 4026017.

HSL color Cylindrical-coordinate representation of color #A16E3D: hue angle of 29.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A16E3D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16111061-
CMYK00.320.620.37
HSL29.4º45.05%43.53%-
HSV(B)29.4º62.11%63.14%-
XYZ21.1219.076.98-
YUV119.6694.9157.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=48.49%
G=33.13%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611106100.320.620.3729.445.0543.53
HexA16E3D0203E251d2d2c
Octal241156750407645355554
Binary101000011101110111101010000011111010010111101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E3D; }

 p { color: rgb(161,110,61); }

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

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

 a { background-color: rgb(161,110,61); }

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

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

 span { border-color: rgb(161,110,61); }

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