#AA5B10

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

Shades of Golden Brown #AA5B10

Tints of Golden Brown #AA5B10

Color information

#AA5B10 (or 0xAA5B10) is unknown color: approx Golden Brown. HEX triplet: AA, 5B and 10. RGB value is (170,91,16). Sum of RGB (Red+Green+Blue) = 170+91+16=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5B10 is #55A4EF. Grayscale: #6A6A6A. Windows color (decimal): -5612784 or 1072042. OLE color: 1072042.

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

Color convert

RGB1709116-
CMYK00.460.910.33
HSL29.22º82.8%36.47%-
HSV(B)29.22º90.59%66.67%-
XYZ20.4116.072.52-
YUV106.0777.17173.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=61.37%
G=32.85%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170911600.460.910.3329.2282.836.47
HexAA5B1002E5B211d5324
Octal25213320056133413512344
Binary1010101010110111000001011101011011100001111011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B10; }

 p { color: rgb(170,91,16); }

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

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

 a { background-color: rgb(170,91,16); }

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

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

 span { border-color: rgb(170,91,16); }

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