#AA6811

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

Shades of Golden Brown #AA6811

Tints of Golden Brown #AA6811

Color information

#AA6811 (or 0xAA6811) is unknown color: approx Golden Brown. HEX triplet: AA, 68 and 11. RGB value is (170,104,17). Sum of RGB (Red+Green+Blue) = 170+104+17=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6811 is #5597EE. Grayscale: #727272. Windows color (decimal): -5609455 or 1140906. OLE color: 1140906.

HSL color Cylindrical-coordinate representation of color #AA6811: hue angle of 34.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA6811 is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB17010417-
CMYK00.390.90.33
HSL34.12º81.82%36.67%-
HSV(B)34.12º90%66.67%-
XYZ21.6318.492.96-
YUV113.8273.37168.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=58.42%
G=35.74%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701041700.390.90.3334.1281.8236.67
HexAA68110275A21225225
Octal25215021047132414212245
Binary10101010110100010001010011110110101000011000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6811; }

 p { color: rgb(170,104,17); }

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

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

 a { background-color: rgb(170,104,17); }

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

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

 span { border-color: rgb(170,104,17); }

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