#AA703C

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

Shades of Bourbon #AA703C

Tints of Bourbon #AA703C

Color information

#AA703C (or 0xAA703C) is unknown color: approx Bourbon. HEX triplet: AA, 70 and 3C. RGB value is (170,112,60). Sum of RGB (Red+Green+Blue) = 170+112+60=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA703C is #558FC3. Grayscale: #7B7B7B. Windows color (decimal): -5607364 or 3961002. OLE color: 3961002.

HSL color Cylindrical-coordinate representation of color #AA703C: hue angle of 28.36º 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 #AA703C is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17011260-
CMYK00.340.650.33
HSL28.36º47.83%45.1%-
HSV(B)28.36º64.71%66.67%-
XYZ23.1920.467-
YUV123.4192.22161.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=49.71%
G=32.75%
B=17.54%

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
Decimal1701126000.340.650.3328.3647.8345.1
HexAA703C02241211c302d
Octal2521607404210141346055
Binary1010101011100001111000100010100000110000111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA703C; }

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

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

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

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

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

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

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

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