#ac6d43

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

Shades of Bourbon #AC6D43

Tints of Bourbon #AC6D43

Color information

#AC6D43 (or 0xAC6D43) is unknown color: approx Bourbon. HEX triplet: AC, 6D and 43. RGB value is (172,109,67). Sum of RGB (Red+Green+Blue) = 172+109+67=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D43 is #5392BC. Grayscale: #7B7B7B. Windows color (decimal): -5477053 or 4418988. OLE color: 4418988.

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

Color convert

RGB17210967-
CMYK00.370.610.33
HSL24º43.93%46.86%-
HSV(B)24º61.05%67.45%-
XYZ23.520.117.95-
YUV123.0596.37162.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 67 (26.56% from 255) = 19.25%
R=49.43%
G=31.32%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721096700.370.610.332443.9346.86
HexAC6D430253D21182c2f
Octal2541551030457541305457
Binary1010110011011011000011010010111110110000111000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6d43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6d43; }

 p { color: rgb(172,109,67); }

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

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

 a { background-color: rgb(172,109,67); }

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

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

 span { border-color: rgb(172,109,67); }

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