#AC663A

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

Shades of Bourbon #AC663A

Tints of Bourbon #AC663A

Color information

#AC663A (or 0xAC663A) is unknown color: approx Bourbon. HEX triplet: AC, 66 and 3A. RGB value is (172,102,58). Sum of RGB (Red+Green+Blue) = 172+102+58=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC663A is #5399C5. Grayscale: #767676. Windows color (decimal): -5478854 or 3827372. OLE color: 3827372.

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

Color convert

RGB17210258-
CMYK00.410.660.33
HSL23.16º49.57%45.1%-
HSV(B)23.16º66.28%67.45%-
XYZ22.5318.586.4-
YUV117.9194.19166.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=51.81%
G=30.72%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721025800.410.660.3323.1649.5745.1
HexAC663A029422117322d
Octal2541467205110241276255
Binary1010110011001101110100101001100001010000110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC663A; }

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

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

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

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

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

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

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

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