#AA560E

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

Shades of Golden Brown #AA560E

Tints of Golden Brown #AA560E

Color information

#AA560E (or 0xAA560E) is unknown color: approx Golden Brown. HEX triplet: AA, 56 and 0E. RGB value is (170,86,14). Sum of RGB (Red+Green+Blue) = 170+86+14=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA560E is #55A9F1. Grayscale: #676767. Windows color (decimal): -5614066 or 939690. OLE color: 939690.

HSL color Cylindrical-coordinate representation of color #AA560E: hue angle of 27.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA560E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1708614-
CMYK00.490.920.33
HSL27.69º84.78%36.08%-
HSV(B)27.69º91.76%66.67%-
XYZ19.9815.232.3-
YUV102.9177.83175.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=62.96%
G=31.85%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170861400.490.920.3327.6984.7836.08
HexAA56E0315C211c5524
Octal25212616061134413412544
Binary101010101010110111001100011011100100001111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA560E; }

 p { color: rgb(170,86,14); }

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

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

 a { background-color: rgb(170,86,14); }

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

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

 span { border-color: rgb(170,86,14); }

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