#A7683F

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

Shades of Bourbon #A7683F

Tints of Bourbon #A7683F

Color information

#A7683F (or 0xA7683F) is unknown color: approx Bourbon. HEX triplet: A7, 68 and 3F. RGB value is (167,104,63). Sum of RGB (Red+Green+Blue) = 167+104+63=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A7683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7683F is #5897C0. Grayscale: #767676. Windows color (decimal): -5806017 or 4155559. OLE color: 4155559.

HSL color Cylindrical-coordinate representation of color #A7683F: hue angle of 23.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7683F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16710463-
CMYK00.380.620.35
HSL23.65º45.22%45.1%-
HSV(B)23.65º62.28%65.49%-
XYZ21.7818.487.12-
YUV118.1696.87162.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 63 (25% from 255) = 18.86%
R=50%
G=31.14%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671046300.380.620.3523.6545.2245.1
HexA7683F0263E23182d2d
Octal247150770467643305555
Binary101001111101000111111010011011111010001111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7683F; }

 p { color: rgb(167,104,63); }

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

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

 a { background-color: rgb(167,104,63); }

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

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

 span { border-color: rgb(167,104,63); }

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