#A46F3C

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

Shades of Bourbon #A46F3C

Tints of Bourbon #A46F3C

Color information

#A46F3C (or 0xA46F3C) is unknown color: approx Bourbon. HEX triplet: A4, 6F and 3C. RGB value is (164,111,60). Sum of RGB (Red+Green+Blue) = 164+111+60=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F3C is #5B90C3. Grayscale: #797979. Windows color (decimal): -6000836 or 3960740. OLE color: 3960740.

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

Color convert

RGB16411160-
CMYK00.320.630.36
HSL29.42º46.43%43.92%-
HSV(B)29.42º63.41%64.31%-
XYZ21.8119.596.91-
YUV121.0393.56158.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=48.96%
G=33.13%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641116000.320.630.3629.4246.4343.92
HexA46F3C0203F241d2e2c
Octal244157740407744355654
Binary101001001101111111100010000011111110010011101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F3C; }

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

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

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

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

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

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

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

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