Shades of Golden Brown #AA5C01
Tints of Golden Brown #AA5C01
RGB
CMYK
RGB Variations
Color information
#AA5C01 (or 0xAA5C01) is known color: Golden Brown. HEX triplet: AA, 5C and 01. RGB value is (170,92,1). Sum of RGB (Red+Green+Blue) = 170+92+1=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C01 is #55A3FE. Grayscale: #696969. Windows color (decimal): -5612543 or 89258. OLE color: 89258.
HSL color Cylindrical-coordinate representation of color #AA5C01: hue angle of 32.31º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA5C01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.33 |
| HSL | 32.31º | 0.99% | 0.34% | - |
| HSV(B) | 32.31º | 0.99% | 0.67% | - |
| XYZ | 20.41 | 16.2 | 2.08 | - |
| YUV | 104.95 | 69.34 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 1 | 0 | 0.46 | 0.99 | 0.33 | 32.31 | 0.99 | 0.34 |
| Hex | AA | 5C | 1 | 0 | 2E | 63 | 21 | 20 | 63 | 22 |
| Octal | 252 | 134 | 1 | 0 | 56 | 143 | 41 | 40 | 143 | 42 |
| Binary | 10101010 | 1011100 | 1 | 0 | 101110 | 1100011 | 100001 | 100000 | 1100011 | 100010 |
Color Harmonies of #AA5C01
Complementary color
Monochromatic Colors of #AA5C01
Black with #AA5C01
Text Example
Text Example
White with #AA5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C01; }
p { color: rgb(170,92,1); }
H1.HeaderClassName
{
color: #AA5C01;
}
.AnyTagClassName
{
color: #AA5C01;
}
</style>
background-color css
<style>
a { background-color: #AA5C01; }
a { background-color: rgb(170,92,1); }
div.DivClassName
{
background-color: #AA5C01;
}
.BgClassName
{
background-color: #AA5C01;
}
</style>
border-color css
<style>
span { border-color: #AA5C01; }
span { border-color: rgb(170,92,1); }
td.TdClassName
{
border-color: #AA5C01;
}
.TagClassName
{
border-color: #AA5C01;
}
</style>