Shades of Golden Brown #AA5C08
Tints of Golden Brown #AA5C08
RGB
CMYK
RGB Variations
Color information
#AA5C08 (or 0xAA5C08) is known color: Golden Brown. HEX triplet: AA, 5C and 08. RGB value is (170,92,8). Sum of RGB (Red+Green+Blue) = 170+92+8=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C08 is #55A3F7. Grayscale: #6A6A6A. Windows color (decimal): -5612536 or 548010. OLE color: 548010.
HSL color Cylindrical-coordinate representation of color #AA5C08: hue angle of 31.11º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA5C08 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 8 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.33 |
| HSL | 31.11º | 0.91% | 0.35% | - |
| HSV(B) | 31.11º | 0.95% | 0.67% | - |
| XYZ | 20.45 | 16.22 | 2.28 | - |
| YUV | 105.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 8 | 0 | 0.46 | 0.95 | 0.33 | 31.11 | 0.91 | 0.35 |
| Hex | AA | 5C | 8 | 0 | 2E | 5F | 21 | 1F | 5B | 23 |
| Octal | 252 | 134 | 10 | 0 | 56 | 137 | 41 | 37 | 133 | 43 |
| Binary | 10101010 | 1011100 | 1000 | 0 | 101110 | 1011111 | 100001 | 11111 | 1011011 | 100011 |
Color Harmonies of #AA5C08
Complementary color
Monochromatic Colors of #AA5C08
Black with #AA5C08
Text Example
Text Example
White with #AA5C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C08; }
p { color: rgb(170,92,8); }
H1.HeaderClassName
{
color: #AA5C08;
}
.AnyTagClassName
{
color: #AA5C08;
}
</style>
background-color css
<style>
a { background-color: #AA5C08; }
a { background-color: rgb(170,92,8); }
div.DivClassName
{
background-color: #AA5C08;
}
.BgClassName
{
background-color: #AA5C08;
}
</style>
border-color css
<style>
span { border-color: #AA5C08; }
span { border-color: rgb(170,92,8); }
td.TdClassName
{
border-color: #AA5C08;
}
.TagClassName
{
border-color: #AA5C08;
}
</style>