#AC6439

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

Shades of Bourbon #AC6439

Tints of Bourbon #AC6439

Color information

#AC6439 (or 0xAC6439) is unknown color: approx Bourbon. HEX triplet: AC, 64 and 39. RGB value is (172,100,57). Sum of RGB (Red+Green+Blue) = 172+100+57=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6439 is #539BC6. Grayscale: #747474. Windows color (decimal): -5479367 or 3761324. OLE color: 3761324.

HSL color Cylindrical-coordinate representation of color #AC6439: hue angle of 22.43º 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 #AC6439 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17210057-
CMYK00.420.670.33
HSL22.43º50.22%44.9%-
HSV(B)22.43º66.86%67.45%-
XYZ22.3118.186.2-
YUV116.6394.35167.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=52.28%
G=30.40%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721005700.420.670.3322.4350.2244.9
HexAC643902A432116322d
Octal2541447105210341266255
Binary1010110011001001110010101010100001110000110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6439; }

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

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

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

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

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

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

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

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