Shades of Reef Gold #AA903B
Tints of Reef Gold #AA903B
RGB
CMYK
RGB Variations
Color information
#AA903B (or 0xAA903B) is known color: Reef Gold. HEX triplet: AA, 90 and 3B. RGB value is (170,144,59). Sum of RGB (Red+Green+Blue) = 170+144+59=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903B is #556FC4. Grayscale: #8E8E8E. Windows color (decimal): -5599173 or 3903658. OLE color: 3903658.
HSL color Cylindrical-coordinate representation of color #AA903B: hue angle of 45.95º 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 #AA903B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 59 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.33 |
| HSL | 45.95º | 0.48% | 0.45% | - |
| HSV(B) | 45.95º | 0.65% | 0.67% | - |
| XYZ | 27.34 | 28.81 | 8.26 | - |
| YUV | 142.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 59 | 0 | 0.15 | 0.65 | 0.33 | 45.95 | 0.48 | 0.45 |
| Hex | AA | 90 | 3B | 0 | F | 41 | 21 | 2E | 30 | 2D |
| Octal | 252 | 220 | 73 | 0 | 17 | 101 | 41 | 56 | 60 | 55 |
| Binary | 10101010 | 10010000 | 111011 | 0 | 1111 | 1000001 | 100001 | 101110 | 110000 | 101101 |
Color Harmonies of #AA903B
Complementary color
Monochromatic Colors of #AA903B
Black with #AA903B
Text Example
Text Example
White with #AA903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA903B; }
p { color: rgb(170,144,59); }
H1.HeaderClassName
{
color: #AA903B;
}
.AnyTagClassName
{
color: #AA903B;
}
</style>
background-color css
<style>
a { background-color: #AA903B; }
a { background-color: rgb(170,144,59); }
div.DivClassName
{
background-color: #AA903B;
}
.BgClassName
{
background-color: #AA903B;
}
</style>
border-color css
<style>
span { border-color: #AA903B; }
span { border-color: rgb(170,144,59); }
td.TdClassName
{
border-color: #AA903B;
}
.TagClassName
{
border-color: #AA903B;
}
</style>