#AC703D

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

Shades of Bourbon #AC703D

Tints of Bourbon #AC703D

Color information

#AC703D (or 0xAC703D) is unknown color: approx Bourbon. HEX triplet: AC, 70 and 3D. RGB value is (172,112,61). Sum of RGB (Red+Green+Blue) = 172+112+61=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC703D is #538FC2. Grayscale: #7C7C7C. Windows color (decimal): -5476291 or 4026540. OLE color: 4026540.

HSL color Cylindrical-coordinate representation of color #AC703D: hue angle of 27.57º 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 #AC703D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17211261-
CMYK00.350.650.33
HSL27.57º47.64%45.69%-
HSV(B)27.57º64.53%67.45%-
XYZ23.6520.77.16-
YUV124.1392.38162.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=49.86%
G=32.46%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721126100.350.650.3327.5747.6445.69
HexAC703D02341211c302e
Octal2541607504310141346056
Binary1010110011100001111010100011100000110000111100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC703D; }

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

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

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

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

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

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

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

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