#AE683E

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

Shades of Bourbon #AE683E

Tints of Bourbon #AE683E

Color information

#AE683E (or 0xAE683E) is unknown color: approx Bourbon. HEX triplet: AE, 68 and 3E. RGB value is (174,104,62). Sum of RGB (Red+Green+Blue) = 174+104+62=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE683E is #5197C1. Grayscale: #787878. Windows color (decimal): -5347266 or 4090030. OLE color: 4090030.

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

Color convert

RGB17410462-
CMYK00.400.640.32
HSL22.5º47.46%46.27%-
HSV(B)22.5º64.37%68.24%-
XYZ23.2819.257.05-
YUV120.1495.19166.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=51.18%
G=30.59%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741046200.400.640.3222.547.4646.27
HexAE683E0284020162f2e
Octal2561507605010040265756
Binary1010111011010001111100101000100000010000010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE683E; }

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

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

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

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

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

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

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

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