#A4693F

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

Shades of Bourbon #A4693F

Tints of Bourbon #A4693F

Color information

#A4693F (or 0xA4693F) is unknown color: approx Bourbon. HEX triplet: A4, 69 and 3F. RGB value is (164,105,63). Sum of RGB (Red+Green+Blue) = 164+105+63=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A4693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4693F is #5B96C0. Grayscale: #767676. Windows color (decimal): -6002369 or 4155812. OLE color: 4155812.

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

Color convert

RGB16410563-
CMYK00.360.620.36
HSL24.95º44.49%44.51%-
HSV(B)24.95º61.59%64.31%-
XYZ21.2618.357.12-
YUV117.8597.05160.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 63 (25% from 255) = 18.98%
R=49.40%
G=31.63%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641056300.360.620.3624.9544.4944.51
HexA4693F0243E24192c2d
Octal244151770447644315455
Binary101001001101001111111010010011111010010011001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4693F; }

 p { color: rgb(164,105,63); }

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

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

 a { background-color: rgb(164,105,63); }

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

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

 span { border-color: rgb(164,105,63); }

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