#A9673B

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

Shades of Bourbon #A9673B

Tints of Bourbon #A9673B

Color information

#A9673B (or 0xA9673B) is unknown color: approx Bourbon. HEX triplet: A9, 67 and 3B. RGB value is (169,103,59). Sum of RGB (Red+Green+Blue) = 169+103+59=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9673B is #5698C4. Grayscale: #757575. Windows color (decimal): -5675205 or 3893161. OLE color: 3893161.

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

Color convert

RGB16910359-
CMYK00.390.650.34
HSL24º48.25%44.71%-
HSV(B)24º65.09%66.27%-
XYZ2218.456.54-
YUV117.7294.87164.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=51.06%
G=31.12%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691035900.390.650.342448.2544.71
HexA9673B027412218302d
Octal2511477304710142306055
Binary1010100111001111110110100111100000110001011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9673B; }

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

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

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

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

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

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

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

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