#ac753c

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

Shades of Bourbon #AC753C

Tints of Bourbon #AC753C

Color information

#AC753C (or 0xAC753C) is unknown color: approx Bourbon. HEX triplet: AC, 75 and 3C. RGB value is (172,117,60). Sum of RGB (Red+Green+Blue) = 172+117+60=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC753C is #538AC3. Grayscale: #7F7F7F. Windows color (decimal): -5475012 or 3962284. OLE color: 3962284.

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

Color convert

RGB17211760-
CMYK00.320.650.33
HSL30.54º48.28%45.49%-
HSV(B)30.54º65.12%67.45%-
XYZ24.1921.827.21-
YUV126.9590.22160.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=49.28%
G=33.52%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721176000.320.650.3330.5448.2845.49
HexAC753C02041211f302d
Octal2541657404010141376055
Binary1010110011101011111000100000100000110000111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac753c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac753c; }

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

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

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

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

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

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

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

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