#AE6337

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

Shades of Bourbon #AE6337

Tints of Bourbon #AE6337

Color information

#AE6337 (or 0xAE6337) is unknown color: approx Bourbon. HEX triplet: AE, 63 and 37. RGB value is (174,99,55). Sum of RGB (Red+Green+Blue) = 174+99+55=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6337 is #519CC8. Grayscale: #747474. Windows color (decimal): -5348553 or 3629998. OLE color: 3629998.

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

Color convert

RGB1749955-
CMYK00.430.680.32
HSL22.18º51.97%44.9%-
HSV(B)22.18º68.39%68.24%-
XYZ22.6118.25.94-
YUV116.4193.35169.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=53.05%
G=30.18%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174995500.430.680.3222.1851.9744.9
HexAE633702B442016342d
Octal2561436705310440266455
Binary1010111011000111101110101011100010010000010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6337; }

 p { color: rgb(174,99,55); }

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

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

 a { background-color: rgb(174,99,55); }

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

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

 span { border-color: rgb(174,99,55); }

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