#A9683F

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

Shades of Bourbon #A9683F

Tints of Bourbon #A9683F

Color information

#A9683F (or 0xA9683F) is unknown color: approx Bourbon. HEX triplet: A9, 68 and 3F. RGB value is (169,104,63). Sum of RGB (Red+Green+Blue) = 169+104+63=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A9683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9683F is #5697C0. Grayscale: #767676. Windows color (decimal): -5674945 or 4155561. OLE color: 4155561.

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

Color convert

RGB16910463-
CMYK00.380.630.34
HSL23.21º45.69%45.49%-
HSV(B)23.21º62.72%66.27%-
XYZ22.2118.697.14-
YUV118.7696.53163.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 63 (25% from 255) = 18.75%
R=50.30%
G=30.95%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691046300.380.630.3423.2145.6945.49
HexA9683F0263F22172e2d
Octal251150770467742275655
Binary101010011101000111111010011011111110001010111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9683F; }

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

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

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

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

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

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

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

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