Shades of Reef Gold #AA923B
Tints of Reef Gold #AA923B
RGB
CMYK
RGB Variations
Color information
#AA923B (or 0xAA923B) is known color: Reef Gold. HEX triplet: AA, 92 and 3B. RGB value is (170,146,59). Sum of RGB (Red+Green+Blue) = 170+146+59=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA923B is #556DC4. Grayscale: #8F8F8F. Windows color (decimal): -5598661 or 3904170. OLE color: 3904170.
HSL color Cylindrical-coordinate representation of color #AA923B: hue angle of 47.03º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA923B is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 59 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.33 |
| HSL | 47.03º | 0.48% | 0.45% | - |
| HSV(B) | 47.03º | 0.65% | 0.67% | - |
| XYZ | 27.65 | 29.42 | 8.36 | - |
| YUV | 143.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 59 | 0 | 0.14 | 0.65 | 0.33 | 47.03 | 0.48 | 0.45 |
| Hex | AA | 92 | 3B | 0 | E | 41 | 21 | 2F | 30 | 2D |
| Octal | 252 | 222 | 73 | 0 | 16 | 101 | 41 | 57 | 60 | 55 |
| Binary | 10101010 | 10010010 | 111011 | 0 | 1110 | 1000001 | 100001 | 101111 | 110000 | 101101 |
Color Harmonies of #AA923B
Complementary color
Monochromatic Colors of #AA923B
Black with #AA923B
Text Example
Text Example
White with #AA923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA923B; }
p { color: rgb(170,146,59); }
H1.HeaderClassName
{
color: #AA923B;
}
.AnyTagClassName
{
color: #AA923B;
}
</style>
background-color css
<style>
a { background-color: #AA923B; }
a { background-color: rgb(170,146,59); }
div.DivClassName
{
background-color: #AA923B;
}
.BgClassName
{
background-color: #AA923B;
}
</style>
border-color css
<style>
span { border-color: #AA923B; }
span { border-color: rgb(170,146,59); }
td.TdClassName
{
border-color: #AA923B;
}
.TagClassName
{
border-color: #AA923B;
}
</style>