#AC673E

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

Shades of Bourbon #AC673E

Tints of Bourbon #AC673E

Color information

#AC673E (or 0xAC673E) is unknown color: approx Bourbon. HEX triplet: AC, 67 and 3E. RGB value is (172,103,62). Sum of RGB (Red+Green+Blue) = 172+103+62=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC673E is #5398C1. Grayscale: #777777. Windows color (decimal): -5478594 or 4089772. OLE color: 4089772.

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

Color convert

RGB17210362-
CMYK00.400.640.33
HSL22.36º47.01%45.88%-
HSV(B)22.36º63.95%67.45%-
XYZ22.7318.826.99-
YUV118.9695.86165.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 62 (24.61% from 255) = 18.40%
R=51.04%
G=30.56%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721036200.400.640.3322.3647.0145.88
HexAC673E0284021162f2e
Octal2541477605010041265756
Binary1010110011001111111100101000100000010000110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC673E; }

 p { color: rgb(172,103,62); }

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

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

 a { background-color: rgb(172,103,62); }

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

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

 span { border-color: rgb(172,103,62); }

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