#AC6B3C

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

Shades of Bourbon #AC6B3C

Tints of Bourbon #AC6B3C

Color information

#AC6B3C (or 0xAC6B3C) is unknown color: approx Bourbon. HEX triplet: AC, 6B and 3C. RGB value is (172,107,60). Sum of RGB (Red+Green+Blue) = 172+107+60=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B3C is #5394C3. Grayscale: #797979. Windows color (decimal): -5477572 or 3959724. OLE color: 3959724.

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

Color convert

RGB17210760-
CMYK00.380.650.33
HSL25.18º48.28%45.49%-
HSV(B)25.18º65.12%67.45%-
XYZ23.0919.616.84-
YUV121.0893.53164.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=50.74%
G=31.56%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721076000.380.650.3325.1848.2845.49
HexAC6B3C026412119302d
Octal2541537404610141316055
Binary1010110011010111111000100110100000110000111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B3C; }

 p { color: rgb(172,107,60); }

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

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

 a { background-color: rgb(172,107,60); }

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

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

 span { border-color: rgb(172,107,60); }

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