#AE703D

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

Shades of Bourbon #AE703D

Tints of Bourbon #AE703D

Color information

#AE703D (or 0xAE703D) is unknown color: approx Bourbon. HEX triplet: AE, 70 and 3D. RGB value is (174,112,61). Sum of RGB (Red+Green+Blue) = 174+112+61=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE703D is #518FC2. Grayscale: #7C7C7C. Windows color (decimal): -5345219 or 4026542. OLE color: 4026542.

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

Color convert

RGB17411261-
CMYK00.360.650.32
HSL27.08º48.09%46.08%-
HSV(B)27.08º64.94%68.24%-
XYZ24.0920.927.18-
YUV124.7292.04163.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=50.14%
G=32.28%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741126100.360.650.3227.0848.0946.08
HexAE703D02441201b302e
Octal2561607504410140336056
Binary1010111011100001111010100100100000110000011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE703D; }

 p { color: rgb(174,112,61); }

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

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

 a { background-color: rgb(174,112,61); }

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

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

 span { border-color: rgb(174,112,61); }

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