#AC793E

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

Shades of Bourbon #AC793E

Tints of Bourbon #AC793E

Color information

#AC793E (or 0xAC793E) is unknown color: approx Bourbon. HEX triplet: AC, 79 and 3E. RGB value is (172,121,62). Sum of RGB (Red+Green+Blue) = 172+121+62=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC793E is #5386C1. Grayscale: #818181. Windows color (decimal): -5473986 or 4094380. OLE color: 4094380.

HSL color Cylindrical-coordinate representation of color #AC793E: hue angle of 32.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC793E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17212162-
CMYK00.300.640.33
HSL32.18º47.01%45.88%-
HSV(B)32.18º63.95%67.45%-
XYZ24.7222.797.65-
YUV129.5289.9158.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=48.45%
G=34.08%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721216200.300.640.3332.1847.0145.88
HexAC793E01E4021202f2e
Octal2541717603610041405756
Binary1010110011110011111100111101000000100001100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC793E; }

 p { color: rgb(172,121,62); }

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

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

 a { background-color: rgb(172,121,62); }

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

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

 span { border-color: rgb(172,121,62); }

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