Shades of Golden Brown #AA6300
Tints of Golden Brown #AA6300
RGB
CMYK
RGB Variations
Color information
#AA6300 (or 0xAA6300) is known color: Golden Brown. HEX triplet: AA, 63 and 00. RGB value is (170,99,0). Sum of RGB (Red+Green+Blue) = 170+99+0=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6300 is #559CFF. Grayscale: #6D6D6D. Windows color (decimal): -5610752 or 25514. OLE color: 25514.
HSL color Cylindrical-coordinate representation of color #AA6300: hue angle of 34.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA6300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.33 |
| HSL | 34.94º | 1% | 0.33% | - |
| HSV(B) | 34.94º | 1% | 0.67% | - |
| XYZ | 21.04 | 17.47 | 2.26 | - |
| YUV | 108.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 0 | 0 | 0.42 | 1 | 0.33 | 34.94 | 1 | 0.33 |
| Hex | AA | 63 | 0 | 0 | 2A | 64 | 21 | 23 | 64 | 21 |
| Octal | 252 | 143 | 0 | 0 | 52 | 144 | 41 | 43 | 144 | 41 |
| Binary | 10101010 | 1100011 | 0 | 0 | 101010 | 1100100 | 100001 | 100011 | 1100100 | 100001 |
Color Harmonies of #AA6300
Complementary color
Monochromatic Colors of #AA6300
Black with #AA6300
Text Example
Text Example
White with #AA6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6300; }
p { color: rgb(170,99,0); }
H1.HeaderClassName
{
color: #AA6300;
}
.AnyTagClassName
{
color: #AA6300;
}
</style>
background-color css
<style>
a { background-color: #AA6300; }
a { background-color: rgb(170,99,0); }
div.DivClassName
{
background-color: #AA6300;
}
.BgClassName
{
background-color: #AA6300;
}
</style>
border-color css
<style>
span { border-color: #AA6300; }
span { border-color: rgb(170,99,0); }
td.TdClassName
{
border-color: #AA6300;
}
.TagClassName
{
border-color: #AA6300;
}
</style>