Shades of Reef Gold #A9852B
Tints of Reef Gold #A9852B
RGB
CMYK
RGB Variations
Color information
#A9852B (or 0xA9852B) is known color: Reef Gold. HEX triplet: A9, 85 and 2B. RGB value is (169,133,43). Sum of RGB (Red+Green+Blue) = 169+133+43=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9852B is #567AD4. Grayscale: #858585. Windows color (decimal): -5667541 or 2852265. OLE color: 2852265.
HSL color Cylindrical-coordinate representation of color #A9852B: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9852B is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 43 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.34 |
| HSL | 42.86º | 0.59% | 0.42% | - |
| HSV(B) | 42.86º | 0.75% | 0.66% | - |
| XYZ | 25.19 | 25.38 | 5.86 | - |
| YUV | 133.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 43 | 0 | 0.21 | 0.75 | 0.34 | 42.86 | 0.59 | 0.42 |
| Hex | A9 | 85 | 2B | 0 | 15 | 4B | 22 | 2B | 3B | 2A |
| Octal | 251 | 205 | 53 | 0 | 25 | 113 | 42 | 53 | 73 | 52 |
| Binary | 10101001 | 10000101 | 101011 | 0 | 10101 | 1001011 | 100010 | 101011 | 111011 | 101010 |
Color Harmonies of #A9852B
Complementary color
Monochromatic Colors of #A9852B
Black with #A9852B
Text Example
Text Example
White with #A9852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9852B; }
p { color: rgb(169,133,43); }
H1.HeaderClassName
{
color: #A9852B;
}
.AnyTagClassName
{
color: #A9852B;
}
</style>
background-color css
<style>
a { background-color: #A9852B; }
a { background-color: rgb(169,133,43); }
div.DivClassName
{
background-color: #A9852B;
}
.BgClassName
{
background-color: #A9852B;
}
</style>
border-color css
<style>
span { border-color: #A9852B; }
span { border-color: rgb(169,133,43); }
td.TdClassName
{
border-color: #A9852B;
}
.TagClassName
{
border-color: #A9852B;
}
</style>