#AC653A

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

Shades of Bourbon #AC653A

Tints of Bourbon #AC653A

Color information

#AC653A (or 0xAC653A) is unknown color: approx Bourbon. HEX triplet: AC, 65 and 3A. RGB value is (172,101,58). Sum of RGB (Red+Green+Blue) = 172+101+58=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC653A is #539AC5. Grayscale: #757575. Windows color (decimal): -5479110 or 3827116. OLE color: 3827116.

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

Color convert

RGB17210158-
CMYK00.410.660.33
HSL22.63º49.57%45.1%-
HSV(B)22.63º66.28%67.45%-
XYZ22.4318.386.37-
YUV117.3394.52167-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=51.96%
G=30.51%
B=17.52%

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
Decimal1721015800.410.660.3322.6349.5745.1
HexAC653A029422117322d
Octal2541457205110241276255
Binary1010110011001011110100101001100001010000110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC653A; }

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

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

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

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

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

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

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

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