Shades of Golden Brown #AA6908
Tints of Golden Brown #AA6908
RGB
CMYK
RGB Variations
Color information
#AA6908 (or 0xAA6908) is known color: Golden Brown. HEX triplet: AA, 69 and 08. RGB value is (170,105,8). Sum of RGB (Red+Green+Blue) = 170+105+8=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6908 is #5596F7. Grayscale: #717171. Windows color (decimal): -5609208 or 551338. OLE color: 551338.
HSL color Cylindrical-coordinate representation of color #AA6908: hue angle of 35.93º 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 #AA6908 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 8 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.33 |
| HSL | 35.93º | 0.91% | 0.35% | - |
| HSV(B) | 35.93º | 0.95% | 0.67% | - |
| XYZ | 21.67 | 18.67 | 2.69 | - |
| YUV | 113.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 8 | 0 | 0.38 | 0.95 | 0.33 | 35.93 | 0.91 | 0.35 |
| Hex | AA | 69 | 8 | 0 | 26 | 5F | 21 | 24 | 5B | 23 |
| Octal | 252 | 151 | 10 | 0 | 46 | 137 | 41 | 44 | 133 | 43 |
| Binary | 10101010 | 1101001 | 1000 | 0 | 100110 | 1011111 | 100001 | 100100 | 1011011 | 100011 |
Color Harmonies of #AA6908
Complementary color
Monochromatic Colors of #AA6908
Black with #AA6908
Text Example
Text Example
White with #AA6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6908; }
p { color: rgb(170,105,8); }
H1.HeaderClassName
{
color: #AA6908;
}
.AnyTagClassName
{
color: #AA6908;
}
</style>
background-color css
<style>
a { background-color: #AA6908; }
a { background-color: rgb(170,105,8); }
div.DivClassName
{
background-color: #AA6908;
}
.BgClassName
{
background-color: #AA6908;
}
</style>
border-color css
<style>
span { border-color: #AA6908; }
span { border-color: rgb(170,105,8); }
td.TdClassName
{
border-color: #AA6908;
}
.TagClassName
{
border-color: #AA6908;
}
</style>