#ac6d48

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

Shades of Bourbon #AC6D48

Tints of Bourbon #AC6D48

Color information

#AC6D48 (or 0xAC6D48) is unknown color: approx Bourbon. HEX triplet: AC, 6D and 48. RGB value is (172,109,72). Sum of RGB (Red+Green+Blue) = 172+109+72=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D48 is #5392B7. Grayscale: #7B7B7B. Windows color (decimal): -5477048 or 4746668. OLE color: 4746668.

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

Color convert

RGB17210972-
CMYK00.370.580.33
HSL22.2º40.98%47.84%-
HSV(B)22.2º58.14%67.45%-
XYZ23.6520.188.78-
YUV123.6298.87162.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=48.73%
G=30.88%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721097200.370.580.3322.240.9847.84
HexAC6D480253A21162930
Octal2541551100457241265160
Binary1010110011011011001000010010111101010000110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6d48; }

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

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

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

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

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

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

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

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