#ac783d

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

Shades of Bourbon #AC783D

Tints of Bourbon #AC783D

Color information

#AC783D (or 0xAC783D) is unknown color: approx Bourbon. HEX triplet: AC, 78 and 3D. RGB value is (172,120,61). Sum of RGB (Red+Green+Blue) = 172+120+61=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC783D is #5387C2. Grayscale: #818181. Windows color (decimal): -5474243 or 4028588. OLE color: 4028588.

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

Color convert

RGB17212061-
CMYK00.300.650.33
HSL31.89º47.64%45.69%-
HSV(B)31.89º64.53%67.45%-
XYZ24.5722.547.47-
YUV128.8289.73158.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 61 (24.22% from 255) = 17.28%
R=48.73%
G=33.99%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721206100.300.650.3331.8947.6445.69
HexAC783D01E412120302e
Octal2541707503610141406056
Binary1010110011110001111010111101000001100001100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac783d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac783d; }

 p { color: rgb(172,120,61); }

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

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

 a { background-color: rgb(172,120,61); }

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

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

 span { border-color: rgb(172,120,61); }

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