#AA783F

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

Shades of Bourbon #AA783F

Tints of Bourbon #AA783F

Color information

#AA783F (or 0xAA783F) is unknown color: approx Bourbon. HEX triplet: AA, 78 and 3F. RGB value is (170,120,63). Sum of RGB (Red+Green+Blue) = 170+120+63=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA783F is #5587C0. Grayscale: #808080. Windows color (decimal): -5605313 or 4159658. OLE color: 4159658.

HSL color Cylindrical-coordinate representation of color #AA783F: hue angle of 31.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA783F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17012063-
CMYK00.290.630.33
HSL31.96º45.92%45.69%-
HSV(B)31.96º62.94%66.67%-
XYZ24.1922.347.74-
YUV128.4591.06157.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 63 (25% from 255) = 17.85%
R=48.16%
G=33.99%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701206300.290.630.3331.9645.9245.69
HexAA783F01D3F21202e2e
Octal252170770357741405656
Binary101010101111000111111011101111111100001100000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA783F; }

 p { color: rgb(170,120,63); }

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

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

 a { background-color: rgb(170,120,63); }

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

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

 span { border-color: rgb(170,120,63); }

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