#AE6B42

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

Shades of Bourbon #AE6B42

Tints of Bourbon #AE6B42

Color information

#AE6B42 (or 0xAE6B42) is unknown color: approx Bourbon. HEX triplet: AE, 6B and 42. RGB value is (174,107,66). Sum of RGB (Red+Green+Blue) = 174+107+66=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6B42 is #5194BD. Grayscale: #7A7A7A. Windows color (decimal): -5346494 or 4352942. OLE color: 4352942.

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

Color convert

RGB17410766-
CMYK00.390.620.32
HSL22.78º45%47.06%-
HSV(B)22.78º62.07%68.24%-
XYZ23.719.917.75-
YUV122.3696.2164.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=50.14%
G=30.84%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741076600.390.620.3222.784547.06
HexAE6B420273E20172d2f
Octal2561531020477640275557
Binary1010111011010111000010010011111111010000010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B42; }

 p { color: rgb(174,107,66); }

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

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

 a { background-color: rgb(174,107,66); }

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

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

 span { border-color: rgb(174,107,66); }

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