#A16F3D

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

Shades of Bourbon #A16F3D

Tints of Bourbon #A16F3D

Color information

#A16F3D (or 0xA16F3D) is unknown color: approx Bourbon. HEX triplet: A1, 6F and 3D. RGB value is (161,111,61). Sum of RGB (Red+Green+Blue) = 161+111+61=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F3D is #5E90C2. Grayscale: #787878. Windows color (decimal): -6197443 or 4026273. OLE color: 4026273.

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

Color convert

RGB16111161-
CMYK00.310.620.37
HSL30º45.05%43.53%-
HSV(B)30º62.11%63.14%-
XYZ21.2219.287.02-
YUV120.2594.56157.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=48.35%
G=33.33%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611116100.310.620.373045.0543.53
HexA16F3D01F3E251e2d2c
Octal241157750377645365554
Binary10100001110111111110101111111111010010111110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F3D; }

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

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

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

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

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

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

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

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