Shades of Reef Gold #AA9A38
Tints of Reef Gold #AA9A38
RGB
CMYK
RGB Variations
Color information
#AA9A38 (or 0xAA9A38) is known color: Reef Gold. HEX triplet: AA, 9A and 38. RGB value is (170,154,56). Sum of RGB (Red+Green+Blue) = 170+154+56=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A38 is #5565C7. Grayscale: #949494. Windows color (decimal): -5596616 or 3709610. OLE color: 3709610.
HSL color Cylindrical-coordinate representation of color #AA9A38: hue angle of 51.58º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA9A38 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 56 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.33 |
| HSL | 51.58º | 0.5% | 0.44% | - |
| HSV(B) | 51.58º | 0.67% | 0.67% | - |
| XYZ | 28.85 | 31.94 | 8.39 | - |
| YUV | 147.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 56 | 0 | 0.09 | 0.67 | 0.33 | 51.58 | 0.5 | 0.44 |
| Hex | AA | 9A | 38 | 0 | 9 | 43 | 21 | 34 | 32 | 2C |
| Octal | 252 | 232 | 70 | 0 | 11 | 103 | 41 | 64 | 62 | 54 |
| Binary | 10101010 | 10011010 | 111000 | 0 | 1001 | 1000011 | 100001 | 110100 | 110010 | 101100 |
Color Harmonies of #AA9A38
Complementary color
Monochromatic Colors of #AA9A38
Black with #AA9A38
Text Example
Text Example
White with #AA9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A38; }
p { color: rgb(170,154,56); }
H1.HeaderClassName
{
color: #AA9A38;
}
.AnyTagClassName
{
color: #AA9A38;
}
</style>
background-color css
<style>
a { background-color: #AA9A38; }
a { background-color: rgb(170,154,56); }
div.DivClassName
{
background-color: #AA9A38;
}
.BgClassName
{
background-color: #AA9A38;
}
</style>
border-color css
<style>
span { border-color: #AA9A38; }
span { border-color: rgb(170,154,56); }
td.TdClassName
{
border-color: #AA9A38;
}
.TagClassName
{
border-color: #AA9A38;
}
</style>