#AC683E

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

Shades of Bourbon #AC683E

Tints of Bourbon #AC683E

Color information

#AC683E (or 0xAC683E) is unknown color: approx Bourbon. HEX triplet: AC, 68 and 3E. RGB value is (172,104,62). Sum of RGB (Red+Green+Blue) = 172+104+62=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC683E is #5397C1. Grayscale: #777777. Windows color (decimal): -5478338 or 4090028. OLE color: 4090028.

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

Color convert

RGB17210462-
CMYK00.400.640.33
HSL22.91º47.01%45.88%-
HSV(B)22.91º63.95%67.45%-
XYZ22.8319.027.03-
YUV119.5495.53165.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=50.89%
G=30.77%
B=18.34%

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
Decimal1721046200.400.640.3322.9147.0145.88
HexAC683E0284021172f2e
Octal2541507605010041275756
Binary1010110011010001111100101000100000010000110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC683E; }

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

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

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

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

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

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

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

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