#AE6F3A

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

Shades of Bourbon #AE6F3A

Tints of Bourbon #AE6F3A

Color information

#AE6F3A (or 0xAE6F3A) is unknown color: approx Bourbon. HEX triplet: AE, 6F and 3A. RGB value is (174,111,58). Sum of RGB (Red+Green+Blue) = 174+111+58=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6F3A is #5190C5. Grayscale: #7C7C7C. Windows color (decimal): -5345478 or 3829678. OLE color: 3829678.

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

Color convert

RGB17411158-
CMYK00.360.670.32
HSL27.41º50%45.49%-
HSV(B)27.41º66.67%68.24%-
XYZ23.920.676.73-
YUV123.7990.87163.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=50.73%
G=32.36%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741115800.360.670.3227.415045.49
HexAE6F3A02443201b322d
Octal2561577204410340336255
Binary1010111011011111110100100100100001110000011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F3A; }

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

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

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

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

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

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

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

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