#AC6C38

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

Shades of Bourbon #AC6C38

Tints of Bourbon #AC6C38

Color information

#AC6C38 (or 0xAC6C38) is unknown color: approx Bourbon. HEX triplet: AC, 6C and 38. RGB value is (172,108,56). Sum of RGB (Red+Green+Blue) = 172+108+56=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C38 is #5393C7. Grayscale: #797979. Windows color (decimal): -5477320 or 3697836. OLE color: 3697836.

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

Color convert

RGB17210856-
CMYK00.370.670.33
HSL26.9º50.88%44.71%-
HSV(B)26.9º67.44%67.45%-
XYZ23.0919.786.34-
YUV121.2191.2164.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=51.19%
G=32.14%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721085600.370.670.3326.950.8844.71
HexAC6C3802543211b332d
Octal2541547004510341336355
Binary1010110011011001110000100101100001110000111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C38; }

 p { color: rgb(172,108,56); }

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

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

 a { background-color: rgb(172,108,56); }

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

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

 span { border-color: rgb(172,108,56); }

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