#AC6A42

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

Shades of Bourbon #AC6A42

Tints of Bourbon #AC6A42

Color information

#AC6A42 (or 0xAC6A42) is unknown color: approx Bourbon. HEX triplet: AC, 6A and 42. RGB value is (172,106,66). Sum of RGB (Red+Green+Blue) = 172+106+66=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A42 is #5395BD. Grayscale: #797979. Windows color (decimal): -5477822 or 4352684. OLE color: 4352684.

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

Color convert

RGB17210666-
CMYK00.380.620.33
HSL22.64º44.54%46.67%-
HSV(B)22.64º61.63%67.45%-
XYZ23.1519.477.69-
YUV121.1796.87164.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 66 (26.17% from 255) = 19.19%
R=50%
G=30.81%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721066600.380.620.3322.6444.5446.67
HexAC6A420263E21172d2f
Octal2541521020467641275557
Binary1010110011010101000010010011011111010000110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A42; }

 p { color: rgb(172,106,66); }

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

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

 a { background-color: rgb(172,106,66); }

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

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

 span { border-color: rgb(172,106,66); }

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