#A8723D

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

Shades of Bourbon #A8723D

Tints of Bourbon #A8723D

Color information

#A8723D (or 0xA8723D) is unknown color: approx Bourbon. HEX triplet: A8, 72 and 3D. RGB value is (168,114,61). Sum of RGB (Red+Green+Blue) = 168+114+61=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8723D is #578DC2. Grayscale: #7C7C7C. Windows color (decimal): -5737923 or 4027048. OLE color: 4027048.

HSL color Cylindrical-coordinate representation of color #A8723D: hue angle of 29.72º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8723D is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16811461-
CMYK00.320.640.34
HSL29.72º46.72%44.9%-
HSV(B)29.72º63.69%65.88%-
XYZ23.0120.77.2-
YUV124.192.39159.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=48.98%
G=33.24%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681146100.320.640.3429.7246.7244.9
HexA8723D02040221e2f2d
Octal2501627504010042365755
Binary1010100011100101111010100000100000010001011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8723D; }

 p { color: rgb(168,114,61); }

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

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

 a { background-color: rgb(168,114,61); }

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

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

 span { border-color: rgb(168,114,61); }

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