#A8693E

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

Shades of Bourbon #A8693E

Tints of Bourbon #A8693E

Color information

#A8693E (or 0xA8693E) is unknown color: approx Bourbon. HEX triplet: A8, 69 and 3E. RGB value is (168,105,62). Sum of RGB (Red+Green+Blue) = 168+105+62=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8693E is #5796C1. Grayscale: #777777. Windows color (decimal): -5740226 or 4090280. OLE color: 4090280.

HSL color Cylindrical-coordinate representation of color #A8693E: hue angle of 24.34º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8693E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16810562-
CMYK00.380.630.34
HSL24.34º46.09%45.1%-
HSV(B)24.34º63.1%65.88%-
XYZ22.0718.787.02-
YUV118.9395.87163-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=50.15%
G=31.34%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681056200.380.630.3424.3446.0945.1
HexA8693E0263F22182e2d
Octal250151760467742305655
Binary101010001101001111110010011011111110001011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8693E; }

 p { color: rgb(168,105,62); }

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

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

 a { background-color: rgb(168,105,62); }

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

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

 span { border-color: rgb(168,105,62); }

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