Shades of Reef Gold #A99C35
Tints of Reef Gold #A99C35
RGB
CMYK
RGB Variations
Color information
#A99C35 (or 0xA99C35) is known color: Reef Gold. HEX triplet: A9, 9C and 35. RGB value is (169,156,53). Sum of RGB (Red+Green+Blue) = 169+156+53=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C35 is #5663CA. Grayscale: #949494. Windows color (decimal): -5661643 or 3513513. OLE color: 3513513.
HSL color Cylindrical-coordinate representation of color #A99C35: hue angle of 53.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A99C35 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 53 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.34 |
| HSL | 53.28º | 0.52% | 0.44% | - |
| HSV(B) | 53.28º | 0.69% | 0.66% | - |
| XYZ | 28.89 | 32.47 | 8.11 | - |
| YUV | 148.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 53 | 0 | 0.08 | 0.69 | 0.34 | 53.28 | 0.52 | 0.44 |
| Hex | A9 | 9C | 35 | 0 | 8 | 45 | 22 | 35 | 34 | 2C |
| Octal | 251 | 234 | 65 | 0 | 10 | 105 | 42 | 65 | 64 | 54 |
| Binary | 10101001 | 10011100 | 110101 | 0 | 1000 | 1000101 | 100010 | 110101 | 110100 | 101100 |
Color Harmonies of #A99C35
Complementary color
Monochromatic Colors of #A99C35
Black with #A99C35
Text Example
Text Example
White with #A99C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C35; }
p { color: rgb(169,156,53); }
H1.HeaderClassName
{
color: #A99C35;
}
.AnyTagClassName
{
color: #A99C35;
}
</style>
background-color css
<style>
a { background-color: #A99C35; }
a { background-color: rgb(169,156,53); }
div.DivClassName
{
background-color: #A99C35;
}
.BgClassName
{
background-color: #A99C35;
}
</style>
border-color css
<style>
span { border-color: #A99C35; }
span { border-color: rgb(169,156,53); }
td.TdClassName
{
border-color: #A99C35;
}
.TagClassName
{
border-color: #A99C35;
}
</style>