#AC663D

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

Shades of Bourbon #AC663D

Tints of Bourbon #AC663D

Color information

#AC663D (or 0xAC663D) is unknown color: approx Bourbon. HEX triplet: AC, 66 and 3D. RGB value is (172,102,61). Sum of RGB (Red+Green+Blue) = 172+102+61=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC663D is #5399C2. Grayscale: #767676. Windows color (decimal): -5478851 or 4023980. OLE color: 4023980.

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

Color convert

RGB17210261-
CMYK00.410.650.33
HSL22.16º47.64%45.69%-
HSV(B)22.16º64.53%67.45%-
XYZ22.6118.616.82-
YUV118.2695.69166.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=51.34%
G=30.45%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721026100.410.650.3322.1647.6445.69
HexAC663D029412116302e
Octal2541467505110141266056
Binary1010110011001101111010101001100000110000110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC663D; }

 p { color: rgb(172,102,61); }

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

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

 a { background-color: rgb(172,102,61); }

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

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

 span { border-color: rgb(172,102,61); }

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