#AE6F3B

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

Shades of Bourbon #AE6F3B

Tints of Bourbon #AE6F3B

Color information

#AE6F3B (or 0xAE6F3B) is unknown color: approx Bourbon. HEX triplet: AE, 6F and 3B. RGB value is (174,111,59). Sum of RGB (Red+Green+Blue) = 174+111+59=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6F3B is #5190C4. Grayscale: #7C7C7C. Windows color (decimal): -5345477 or 3895214. OLE color: 3895214.

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

Color convert

RGB17411159-
CMYK00.360.660.32
HSL27.13º49.36%45.69%-
HSV(B)27.13º66.09%68.24%-
XYZ23.9320.686.87-
YUV123.9191.37163.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=50.58%
G=32.27%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741115900.360.660.3227.1349.3645.69
HexAE6F3B02442201b312e
Octal2561577304410240336156
Binary1010111011011111110110100100100001010000011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F3B; }

 p { color: rgb(174,111,59); }

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

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

 a { background-color: rgb(174,111,59); }

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

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

 span { border-color: rgb(174,111,59); }

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