#a06f3f

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

Shades of Bourbon #A06F3F

Tints of Bourbon #A06F3F

Color information

#A06F3F (or 0xA06F3F) is unknown color: approx Bourbon. HEX triplet: A0, 6F and 3F. RGB value is (160,111,63). Sum of RGB (Red+Green+Blue) = 160+111+63=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F3F is #5F90C0. Grayscale: #787878. Windows color (decimal): -6262977 or 4157344. OLE color: 4157344.

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

Color convert

RGB16011163-
CMYK00.310.610.37
HSL29.69º43.5%43.73%-
HSV(B)29.69º60.62%62.75%-
XYZ21.0819.27.3-
YUV120.1895.73156.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 63 (25% from 255) = 18.86%
R=47.90%
G=33.23%
B=18.86%

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
Decimal1601116300.310.610.3729.6943.543.73
HexA06F3F01F3D251e2b2c
Octal240157770377545365354
Binary10100000110111111111101111111110110010111110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a06f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a06f3f; }

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

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

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

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

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

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

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

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