Shades of Reef Gold #A99028
Tints of Reef Gold #A99028
RGB
CMYK
RGB Variations
Color information
#A99028 (or 0xA99028) is known color: Reef Gold. HEX triplet: A9, 90 and 28. RGB value is (169,144,40). Sum of RGB (Red+Green+Blue) = 169+144+40=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A99028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99028 is #566FD7. Grayscale: #8C8C8C. Windows color (decimal): -5664728 or 2658473. OLE color: 2658473.
HSL color Cylindrical-coordinate representation of color #A99028: hue angle of 48.37º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A99028 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 40 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.34 |
| HSL | 48.37º | 0.62% | 0.41% | - |
| HSV(B) | 48.37º | 0.76% | 0.66% | - |
| XYZ | 26.72 | 28.53 | 6.11 | - |
| YUV | 139.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 40 | 0 | 0.15 | 0.76 | 0.34 | 48.37 | 0.62 | 0.41 |
| Hex | A9 | 90 | 28 | 0 | F | 4C | 22 | 30 | 3E | 29 |
| Octal | 251 | 220 | 50 | 0 | 17 | 114 | 42 | 60 | 76 | 51 |
| Binary | 10101001 | 10010000 | 101000 | 0 | 1111 | 1001100 | 100010 | 110000 | 111110 | 101001 |
Color Harmonies of #A99028
Complementary color
Monochromatic Colors of #A99028
Black with #A99028
Text Example
Text Example
White with #A99028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99028; }
p { color: rgb(169,144,40); }
H1.HeaderClassName
{
color: #A99028;
}
.AnyTagClassName
{
color: #A99028;
}
</style>
background-color css
<style>
a { background-color: #A99028; }
a { background-color: rgb(169,144,40); }
div.DivClassName
{
background-color: #A99028;
}
.BgClassName
{
background-color: #A99028;
}
</style>
border-color css
<style>
span { border-color: #A99028; }
span { border-color: rgb(169,144,40); }
td.TdClassName
{
border-color: #A99028;
}
.TagClassName
{
border-color: #A99028;
}
</style>