#AA5C10

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

Shades of Golden Brown #AA5C10

Tints of Golden Brown #AA5C10

Color information

#AA5C10 (or 0xAA5C10) is unknown color: approx Golden Brown. HEX triplet: AA, 5C and 10. RGB value is (170,92,16). Sum of RGB (Red+Green+Blue) = 170+92+16=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C10 is #55A3EF. Grayscale: #6B6B6B. Windows color (decimal): -5612528 or 1072298. OLE color: 1072298.

HSL color Cylindrical-coordinate representation of color #AA5C10: hue angle of 29.61º 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 #AA5C10 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1709216-
CMYK00.460.910.33
HSL29.61º82.8%36.47%-
HSV(B)29.61º90.59%66.67%-
XYZ20.516.242.54-
YUV106.6676.84173.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 16 (6.64% from 255) = 5.76%
R=61.15%
G=33.09%
B=5.76%

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
Decimal170921600.460.910.3329.6182.836.47
HexAA5C1002E5B211e5324
Octal25213420056133413612344
Binary1010101010111001000001011101011011100001111101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C10; }

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

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

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

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

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

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

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

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