#AC6C3D

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

Shades of Bourbon #AC6C3D

Tints of Bourbon #AC6C3D

Color information

#AC6C3D (or 0xAC6C3D) is unknown color: approx Bourbon. HEX triplet: AC, 6C and 3D. RGB value is (172,108,61). Sum of RGB (Red+Green+Blue) = 172+108+61=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C3D is #5393C2. Grayscale: #7A7A7A. Windows color (decimal): -5477315 or 4025516. OLE color: 4025516.

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

Color convert

RGB17210861-
CMYK00.370.650.33
HSL25.41º47.64%45.69%-
HSV(B)25.41º64.53%67.45%-
XYZ23.2219.837.02-
YUV121.7893.7163.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=50.44%
G=31.67%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721086100.370.650.3325.4147.6445.69
HexAC6C3D025412119302e
Octal2541547504510141316056
Binary1010110011011001111010100101100000110000111001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C3D; }

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

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

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

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

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

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

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

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