#A7703C

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

Shades of Bourbon #A7703C

Tints of Bourbon #A7703C

Color information

#A7703C (or 0xA7703C) is unknown color: approx Bourbon. HEX triplet: A7, 70 and 3C. RGB value is (167,112,60). Sum of RGB (Red+Green+Blue) = 167+112+60=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7703C is #588FC3. Grayscale: #7A7A7A. Windows color (decimal): -5803972 or 3960999. OLE color: 3960999.

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

Color convert

RGB16711260-
CMYK00.330.640.35
HSL29.16º47.14%44.51%-
HSV(B)29.16º64.07%65.49%-
XYZ22.5520.136.97-
YUV122.5292.72159.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=49.26%
G=33.04%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671126000.330.640.3529.1647.1444.51
HexA7703C02140231d2f2d
Octal2471607404110043355755
Binary1010011111100001111000100001100000010001111101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7703C; }

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

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

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

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

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

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

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

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