#AC6939

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

Shades of Bourbon #AC6939

Tints of Bourbon #AC6939

Color information

#AC6939 (or 0xAC6939) is unknown color: approx Bourbon. HEX triplet: AC, 69 and 39. RGB value is (172,105,57). Sum of RGB (Red+Green+Blue) = 172+105+57=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6939 is #5396C6. Grayscale: #777777. Windows color (decimal): -5478087 or 3762604. OLE color: 3762604.

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

Color convert

RGB17210557-
CMYK00.390.670.33
HSL25.04º50.22%44.9%-
HSV(B)25.04º66.86%67.45%-
XYZ22.819.176.37-
YUV119.5692.7165.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 57 (22.66% from 255) = 17.07%
R=51.50%
G=31.44%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721055700.390.670.3325.0450.2244.9
HexAC6939027432119322d
Octal2541517104710341316255
Binary1010110011010011110010100111100001110000111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6939; }

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

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

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

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

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

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

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

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