#AE6A3A

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

Shades of Bourbon #AE6A3A

Tints of Bourbon #AE6A3A

Color information

#AE6A3A (or 0xAE6A3A) is unknown color: approx Bourbon. HEX triplet: AE, 6A and 3A. RGB value is (174,106,58). Sum of RGB (Red+Green+Blue) = 174+106+58=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A3A is #5195C5. Grayscale: #797979. Windows color (decimal): -5346758 or 3828398. OLE color: 3828398.

HSL color Cylindrical-coordinate representation of color #AE6A3A: hue angle of 24.83º 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 #AE6A3A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB17410658-
CMYK00.390.670.32
HSL24.83º50%45.49%-
HSV(B)24.83º66.67%68.24%-
XYZ23.3719.616.56-
YUV120.8692.53165.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=51.48%
G=31.36%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741065800.390.670.3224.835045.49
HexAE6A3A027432019322d
Octal2561527204710340316255
Binary1010111011010101110100100111100001110000011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A3A; }

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

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

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

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

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

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

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

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