#A96B38

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

Shades of Bourbon #A96B38

Tints of Bourbon #A96B38

Color information

#A96B38 (or 0xA96B38) is unknown color: approx Bourbon. HEX triplet: A9, 6B and 38. RGB value is (169,107,56). Sum of RGB (Red+Green+Blue) = 169+107+56=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B38 is #5694C7. Grayscale: #777777. Windows color (decimal): -5674184 or 3697577. OLE color: 3697577.

HSL color Cylindrical-coordinate representation of color #A96B38: hue angle of 27.08º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A96B38 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16910756-
CMYK00.370.670.34
HSL27.08º50.22%44.12%-
HSV(B)27.08º66.86%66.27%-
XYZ22.3319.246.28-
YUV119.7292.04163.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=50.90%
G=32.23%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691075600.370.670.3427.0850.2244.12
HexA96B3802543221b322c
Octal2511537004510342336254
Binary1010100111010111110000100101100001110001011011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B38; }

 p { color: rgb(169,107,56); }

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

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

 a { background-color: rgb(169,107,56); }

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

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

 span { border-color: rgb(169,107,56); }

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