Shades of Reef Gold #AA9631
Tints of Reef Gold #AA9631
RGB
CMYK
RGB Variations
Color information
#AA9631 (or 0xAA9631) is known color: Reef Gold. HEX triplet: AA, 96 and 31. RGB value is (170,150,49). Sum of RGB (Red+Green+Blue) = 170+150+49=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9631 is #5569CE. Grayscale: #909090. Windows color (decimal): -5597647 or 3249834. OLE color: 3249834.
HSL color Cylindrical-coordinate representation of color #AA9631: hue angle of 50.08º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA9631 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 49 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.33 |
| HSL | 50.08º | 0.55% | 0.43% | - |
| HSV(B) | 50.08º | 0.71% | 0.67% | - |
| XYZ | 28.04 | 30.58 | 7.33 | - |
| YUV | 144.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 49 | 0 | 0.12 | 0.71 | 0.33 | 50.08 | 0.55 | 0.43 |
| Hex | AA | 96 | 31 | 0 | C | 47 | 21 | 32 | 37 | 2B |
| Octal | 252 | 226 | 61 | 0 | 14 | 107 | 41 | 62 | 67 | 53 |
| Binary | 10101010 | 10010110 | 110001 | 0 | 1100 | 1000111 | 100001 | 110010 | 110111 | 101011 |
Color Harmonies of #AA9631
Complementary color
Monochromatic Colors of #AA9631
Black with #AA9631
Text Example
Text Example
White with #AA9631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9631; }
p { color: rgb(170,150,49); }
H1.HeaderClassName
{
color: #AA9631;
}
.AnyTagClassName
{
color: #AA9631;
}
</style>
background-color css
<style>
a { background-color: #AA9631; }
a { background-color: rgb(170,150,49); }
div.DivClassName
{
background-color: #AA9631;
}
.BgClassName
{
background-color: #AA9631;
}
</style>
border-color css
<style>
span { border-color: #AA9631; }
span { border-color: rgb(170,150,49); }
td.TdClassName
{
border-color: #AA9631;
}
.TagClassName
{
border-color: #AA9631;
}
</style>