#A06F3E

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

Shades of Bourbon #A06F3E

Tints of Bourbon #A06F3E

Color information

#A06F3E (or 0xA06F3E) is unknown color: approx Bourbon. HEX triplet: A0, 6F and 3E. RGB value is (160,111,62). Sum of RGB (Red+Green+Blue) = 160+111+62=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F3E is #5F90C1. Grayscale: #787878. Windows color (decimal): -6262978 or 4091808. OLE color: 4091808.

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

Color convert

RGB16011162-
CMYK00.310.610.37
HSL30º44.14%43.53%-
HSV(B)30º61.25%62.75%-
XYZ21.0519.197.15-
YUV120.0695.23156.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=48.05%
G=33.33%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601116200.310.610.373044.1443.53
HexA06F3E01F3D251e2c2c
Octal240157760377545365454
Binary10100000110111111111001111111110110010111110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F3E; }

 p { color: rgb(160,111,62); }

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

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

 a { background-color: rgb(160,111,62); }

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

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

 span { border-color: rgb(160,111,62); }

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