#A7693B

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

Shades of Bourbon #A7693B

Tints of Bourbon #A7693B

Color information

#A7693B (or 0xA7693B) is unknown color: approx Bourbon. HEX triplet: A7, 69 and 3B. RGB value is (167,105,59). Sum of RGB (Red+Green+Blue) = 167+105+59=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7693B is #5896C4. Grayscale: #767676. Windows color (decimal): -5805765 or 3893671. OLE color: 3893671.

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

Color convert

RGB16710559-
CMYK00.370.650.35
HSL25.56º47.79%44.31%-
HSV(B)25.56º64.67%65.49%-
XYZ21.7818.636.59-
YUV118.2994.54162.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=50.45%
G=31.72%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671055900.370.650.3525.5647.7944.31
HexA7693B02541231a302c
Octal2471517304510143326054
Binary1010011111010011110110100101100000110001111010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7693B; }

 p { color: rgb(167,105,59); }

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

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

 a { background-color: rgb(167,105,59); }

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

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

 span { border-color: rgb(167,105,59); }

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