#AC6944

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

Shades of Bourbon #AC6944

Tints of Bourbon #AC6944

Color information

#AC6944 (or 0xAC6944) is unknown color: approx Bourbon. HEX triplet: AC, 69 and 44. RGB value is (172,105,68). Sum of RGB (Red+Green+Blue) = 172+105+68=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6944 is #5396BB. Grayscale: #797979. Windows color (decimal): -5478076 or 4483500. OLE color: 4483500.

HSL color Cylindrical-coordinate representation of color #AC6944: hue angle of 21.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6944 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17210568-
CMYK00.390.600.33
HSL21.35º43.33%47.06%-
HSV(B)21.35º60.47%67.45%-
XYZ23.1119.297.97-
YUV120.8198.2164.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=49.86%
G=30.43%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721056800.390.600.3321.3543.3347.06
HexAC69440273C21152b2f
Octal2541511040477441255357
Binary1010110011010011000100010011111110010000110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6944; }

 p { color: rgb(172,105,68); }

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

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

 a { background-color: rgb(172,105,68); }

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

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

 span { border-color: rgb(172,105,68); }

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