#AA560D

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

Shades of Golden Brown #AA560D

Tints of Golden Brown #AA560D

Color information

#AA560D (or 0xAA560D) is unknown color: approx Golden Brown. HEX triplet: AA, 56 and 0D. RGB value is (170,86,13). Sum of RGB (Red+Green+Blue) = 170+86+13=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA560D is #55A9F2. Grayscale: #676767. Windows color (decimal): -5614067 or 874154. OLE color: 874154.

HSL color Cylindrical-coordinate representation of color #AA560D: hue angle of 27.9º degrees, saturation: 0.86, 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 #AA560D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1708613-
CMYK00.490.920.33
HSL27.9º85.79%35.88%-
HSV(B)27.9º92.35%66.67%-
XYZ19.9815.232.27-
YUV102.7977.33175.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=63.20%
G=31.97%
B=4.83%

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
Decimal170861300.490.920.3327.985.7935.88
HexAA56D0315C211c5624
Octal25212615061134413412644
Binary101010101010110110101100011011100100001111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA560D; }

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

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

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

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

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

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

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

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