Shades of Reef Gold #AA8629
Tints of Reef Gold #AA8629
RGB
CMYK
RGB Variations
Color information
#AA8629 (or 0xAA8629) is known color: Reef Gold. HEX triplet: AA, 86 and 29. RGB value is (170,134,41). Sum of RGB (Red+Green+Blue) = 170+134+41=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8629 is #5579D6. Grayscale: #868686. Windows color (decimal): -5601751 or 2721450. OLE color: 2721450.
HSL color Cylindrical-coordinate representation of color #AA8629: hue angle of 43.26º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8629 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 41 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.33 |
| HSL | 43.26º | 0.61% | 0.41% | - |
| HSV(B) | 43.26º | 0.76% | 0.67% | - |
| XYZ | 25.5 | 25.76 | 5.73 | - |
| YUV | 134.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 41 | 0 | 0.21 | 0.76 | 0.33 | 43.26 | 0.61 | 0.41 |
| Hex | AA | 86 | 29 | 0 | 15 | 4C | 21 | 2B | 3D | 29 |
| Octal | 252 | 206 | 51 | 0 | 25 | 114 | 41 | 53 | 75 | 51 |
| Binary | 10101010 | 10000110 | 101001 | 0 | 10101 | 1001100 | 100001 | 101011 | 111101 | 101001 |
Color Harmonies of #AA8629
Complementary color
Monochromatic Colors of #AA8629
Black with #AA8629
Text Example
Text Example
White with #AA8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8629; }
p { color: rgb(170,134,41); }
H1.HeaderClassName
{
color: #AA8629;
}
.AnyTagClassName
{
color: #AA8629;
}
</style>
background-color css
<style>
a { background-color: #AA8629; }
a { background-color: rgb(170,134,41); }
div.DivClassName
{
background-color: #AA8629;
}
.BgClassName
{
background-color: #AA8629;
}
</style>
border-color css
<style>
span { border-color: #AA8629; }
span { border-color: rgb(170,134,41); }
td.TdClassName
{
border-color: #AA8629;
}
.TagClassName
{
border-color: #AA8629;
}
</style>