#A7703D

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

Shades of Bourbon #A7703D

Tints of Bourbon #A7703D

Color information

#A7703D (or 0xA7703D) is unknown color: approx Bourbon. HEX triplet: A7, 70 and 3D. RGB value is (167,112,61). Sum of RGB (Red+Green+Blue) = 167+112+61=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7703D is #588FC2. Grayscale: #7A7A7A. Windows color (decimal): -5803971 or 4026535. OLE color: 4026535.

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

Color convert

RGB16711261-
CMYK00.330.630.35
HSL28.87º46.49%44.71%-
HSV(B)28.87º63.47%65.49%-
XYZ22.5720.147.11-
YUV122.6393.22159.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=49.12%
G=32.94%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671126100.330.630.3528.8746.4944.71
HexA7703D0213F231d2e2d
Octal247160750417743355655
Binary101001111110000111101010000111111110001111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7703D; }

 p { color: rgb(167,112,61); }

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

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

 a { background-color: rgb(167,112,61); }

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

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

 span { border-color: rgb(167,112,61); }

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