#AE6D44

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

Shades of Bourbon #AE6D44

Tints of Bourbon #AE6D44

Color information

#AE6D44 (or 0xAE6D44) is unknown color: approx Bourbon. HEX triplet: AE, 6D and 44. RGB value is (174,109,68). Sum of RGB (Red+Green+Blue) = 174+109+68=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D44 is #5192BB. Grayscale: #7B7B7B. Windows color (decimal): -5345980 or 4484526. OLE color: 4484526.

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

Color convert

RGB17410968-
CMYK00.370.610.32
HSL23.21º43.8%47.45%-
HSV(B)23.21º60.92%68.24%-
XYZ23.9720.358.13-
YUV123.7696.53163.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=49.57%
G=31.05%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741096800.370.610.3223.2143.847.45
HexAE6D440253D20172c2f
Octal2561551040457540275457
Binary1010111011011011000100010010111110110000010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D44; }

 p { color: rgb(174,109,68); }

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

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

 a { background-color: rgb(174,109,68); }

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

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

 span { border-color: rgb(174,109,68); }

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