#A9693B

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

Shades of Bourbon #A9693B

Tints of Bourbon #A9693B

Color information

#A9693B (or 0xA9693B) is unknown color: approx Bourbon. HEX triplet: A9, 69 and 3B. RGB value is (169,105,59). Sum of RGB (Red+Green+Blue) = 169+105+59=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9693B is #5696C4. Grayscale: #777777. Windows color (decimal): -5674693 or 3893673. OLE color: 3893673.

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

Color convert

RGB16910559-
CMYK00.380.650.34
HSL25.09º48.25%44.71%-
HSV(B)25.09º65.09%66.27%-
XYZ22.218.856.61-
YUV118.8994.2163.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=50.75%
G=31.53%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691055900.380.650.3425.0948.2544.71
HexA9693B026412219302d
Octal2511517304610142316055
Binary1010100111010011110110100110100000110001011001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9693B; }

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

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

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

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

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

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

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

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