Shades of Reef Gold #AA902B
Tints of Reef Gold #AA902B
RGB
CMYK
RGB Variations
Color information
#AA902B (or 0xAA902B) is known color: Reef Gold. HEX triplet: AA, 90 and 2B. RGB value is (170,144,43). Sum of RGB (Red+Green+Blue) = 170+144+43=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA902B is #556FD4. Grayscale: #8C8C8C. Windows color (decimal): -5599189 or 2855082. OLE color: 2855082.
HSL color Cylindrical-coordinate representation of color #AA902B: hue angle of 47.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA902B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 43 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.33 |
| HSL | 47.72º | 0.6% | 0.42% | - |
| HSV(B) | 47.72º | 0.75% | 0.67% | - |
| XYZ | 26.99 | 28.67 | 6.4 | - |
| YUV | 140.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 43 | 0 | 0.15 | 0.75 | 0.33 | 47.72 | 0.6 | 0.42 |
| Hex | AA | 90 | 2B | 0 | F | 4B | 21 | 30 | 3C | 2A |
| Octal | 252 | 220 | 53 | 0 | 17 | 113 | 41 | 60 | 74 | 52 |
| Binary | 10101010 | 10010000 | 101011 | 0 | 1111 | 1001011 | 100001 | 110000 | 111100 | 101010 |
Color Harmonies of #AA902B
Complementary color
Monochromatic Colors of #AA902B
Black with #AA902B
Text Example
Text Example
White with #AA902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA902B; }
p { color: rgb(170,144,43); }
H1.HeaderClassName
{
color: #AA902B;
}
.AnyTagClassName
{
color: #AA902B;
}
</style>
background-color css
<style>
a { background-color: #AA902B; }
a { background-color: rgb(170,144,43); }
div.DivClassName
{
background-color: #AA902B;
}
.BgClassName
{
background-color: #AA902B;
}
</style>
border-color css
<style>
span { border-color: #AA902B; }
span { border-color: rgb(170,144,43); }
td.TdClassName
{
border-color: #AA902B;
}
.TagClassName
{
border-color: #AA902B;
}
</style>