#AA703D

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

Shades of Bourbon #AA703D

Tints of Bourbon #AA703D

Color information

#AA703D (or 0xAA703D) is unknown color: approx Bourbon. HEX triplet: AA, 70 and 3D. RGB value is (170,112,61). Sum of RGB (Red+Green+Blue) = 170+112+61=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA703D is #558FC2. Grayscale: #7B7B7B. Windows color (decimal): -5607363 or 4026538. OLE color: 4026538.

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

Color convert

RGB17011261-
CMYK00.340.640.33
HSL28.07º47.19%45.29%-
HSV(B)28.07º64.12%66.67%-
XYZ23.2120.477.14-
YUV123.5392.72161.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=49.56%
G=32.65%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701126100.340.640.3328.0747.1945.29
HexAA703D02240211c2f2d
Octal2521607504210041345755
Binary1010101011100001111010100010100000010000111100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA703D; }

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

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

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

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

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

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

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

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