#AA713A

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

Shades of Bourbon #AA713A

Tints of Bourbon #AA713A

Color information

#AA713A (or 0xAA713A) is unknown color: approx Bourbon. HEX triplet: AA, 71 and 3A. RGB value is (170,113,58). Sum of RGB (Red+Green+Blue) = 170+113+58=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA713A is #558EC5. Grayscale: #7C7C7C. Windows color (decimal): -5607110 or 3830186. OLE color: 3830186.

HSL color Cylindrical-coordinate representation of color #AA713A: hue angle of 29.46º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA713A is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17011358-
CMYK00.340.660.33
HSL29.46º49.12%44.71%-
HSV(B)29.46º65.88%66.67%-
XYZ23.2520.666.77-
YUV123.7790.88160.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=49.85%
G=33.14%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701135800.340.660.3329.4649.1244.71
HexAA713A02242211d312d
Octal2521617204210241356155
Binary1010101011100011110100100010100001010000111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA713A; }

 p { color: rgb(170,113,58); }

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

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

 a { background-color: rgb(170,113,58); }

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

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

 span { border-color: rgb(170,113,58); }

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