#A46F47

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

Shades of Bourbon #A46F47

Tints of Bourbon #A46F47

Color information

#A46F47 (or 0xA46F47) is unknown color: approx Bourbon. HEX triplet: A4, 6F and 47. RGB value is (164,111,71). Sum of RGB (Red+Green+Blue) = 164+111+71=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F47 is #5B90B8. Grayscale: #7A7A7A. Windows color (decimal): -6000825 or 4681636. OLE color: 4681636.

HSL color Cylindrical-coordinate representation of color #A46F47: hue angle of 25.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46F47 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16411171-
CMYK00.320.570.36
HSL25.81º39.57%46.08%-
HSV(B)25.81º56.71%64.31%-
XYZ22.1319.728.6-
YUV122.2999.06157.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=47.40%
G=32.08%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641117100.320.570.3625.8139.5746.08
HexA46F4702039241a282e
Octal2441571070407144325056
Binary1010010011011111000111010000011100110010011010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F47; }

 p { color: rgb(164,111,71); }

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

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

 a { background-color: rgb(164,111,71); }

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

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

 span { border-color: rgb(164,111,71); }

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