#AC773E

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

Shades of Bourbon #AC773E

Tints of Bourbon #AC773E

Color information

#AC773E (or 0xAC773E) is unknown color: approx Bourbon. HEX triplet: AC, 77 and 3E. RGB value is (172,119,62). Sum of RGB (Red+Green+Blue) = 172+119+62=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773E is #5388C1. Grayscale: #808080. Windows color (decimal): -5474498 or 4093868. OLE color: 4093868.

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

Color convert

RGB17211962-
CMYK00.310.640.33
HSL31.09º47.01%45.88%-
HSV(B)31.09º63.95%67.45%-
XYZ24.4822.317.57-
YUV128.3590.56159.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=48.73%
G=33.71%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721196200.310.640.3331.0947.0145.88
HexAC773E01F40211f2f2e
Octal2541677603710041375756
Binary101011001110111111110011111100000010000111111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC773E; }

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

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

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

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

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

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

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

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