#AC7A40

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

Shades of Bourbon #AC7A40

Tints of Bourbon #AC7A40

Color information

#AC7A40 (or 0xAC7A40) is unknown color: approx Bourbon. HEX triplet: AC, 7A and 40. RGB value is (172,122,64). Sum of RGB (Red+Green+Blue) = 172+122+64=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A40 is #5385BF. Grayscale: #828282. Windows color (decimal): -5473728 or 4225708. OLE color: 4225708.

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

Color convert

RGB17212264-
CMYK00.290.630.33
HSL32.22º45.76%46.27%-
HSV(B)32.22º62.79%67.45%-
XYZ24.923.067.99-
YUV130.3490.56157.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=48.04%
G=34.08%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721226400.290.630.3332.2245.7646.27
HexAC7A4001D3F21202e2e
Octal2541721000357741405656
Binary1010110011110101000000011101111111100001100000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A40; }

 p { color: rgb(172,122,64); }

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

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

 a { background-color: rgb(172,122,64); }

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

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

 span { border-color: rgb(172,122,64); }

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