#AA713C

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

Shades of Bourbon #AA713C

Tints of Bourbon #AA713C

Color information

#AA713C (or 0xAA713C) is unknown color: approx Bourbon. HEX triplet: AA, 71 and 3C. RGB value is (170,113,60). Sum of RGB (Red+Green+Blue) = 170+113+60=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA713C is #558EC3. Grayscale: #7C7C7C. Windows color (decimal): -5607108 or 3961258. OLE color: 3961258.

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

Color convert

RGB17011360-
CMYK00.340.650.33
HSL28.91º47.83%45.1%-
HSV(B)28.91º64.71%66.67%-
XYZ23.320.687.04-
YUV12491.88160.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=49.56%
G=32.94%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701136000.340.650.3328.9147.8345.1
HexAA713C02241211d302d
Octal2521617404210141356055
Binary1010101011100011111000100010100000110000111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA713C; }

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

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

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

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

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

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

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

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