#A96F3F

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

Shades of Bourbon #A96F3F

Tints of Bourbon #A96F3F

Color information

#A96F3F (or 0xA96F3F) is unknown color: approx Bourbon. HEX triplet: A9, 6F and 3F. RGB value is (169,111,63). Sum of RGB (Red+Green+Blue) = 169+111+63=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F3F is #5690C0. Grayscale: #7B7B7B. Windows color (decimal): -5673153 or 4157353. OLE color: 4157353.

HSL color Cylindrical-coordinate representation of color #A96F3F: hue angle of 27.17º 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 #A96F3F is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16911163-
CMYK00.340.630.34
HSL27.17º45.69%45.49%-
HSV(B)27.17º62.72%66.27%-
XYZ22.9420.167.39-
YUV122.8794.22160.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 63 (25% from 255) = 18.37%
R=49.27%
G=32.36%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691116300.340.630.3427.1745.6945.49
HexA96F3F0223F221b2e2d
Octal251157770427742335655
Binary101010011101111111111010001011111110001011011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F3F; }

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

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

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

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

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

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

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

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