Shades of Reef Gold #A9852A
Tints of Reef Gold #A9852A
RGB
CMYK
RGB Variations
Color information
#A9852A (or 0xA9852A) is known color: Reef Gold. HEX triplet: A9, 85 and 2A. RGB value is (169,133,42). Sum of RGB (Red+Green+Blue) = 169+133+42=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9852A is #567AD5. Grayscale: #858585. Windows color (decimal): -5667542 or 2786729. OLE color: 2786729.
HSL color Cylindrical-coordinate representation of color #A9852A: hue angle of 42.99º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9852A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 42 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.34 |
| HSL | 42.99º | 0.6% | 0.41% | - |
| HSV(B) | 42.99º | 0.75% | 0.66% | - |
| XYZ | 25.17 | 25.38 | 5.76 | - |
| YUV | 133.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 42 | 0 | 0.21 | 0.75 | 0.34 | 42.99 | 0.6 | 0.41 |
| Hex | A9 | 85 | 2A | 0 | 15 | 4B | 22 | 2B | 3C | 29 |
| Octal | 251 | 205 | 52 | 0 | 25 | 113 | 42 | 53 | 74 | 51 |
| Binary | 10101001 | 10000101 | 101010 | 0 | 10101 | 1001011 | 100010 | 101011 | 111100 | 101001 |
Color Harmonies of #A9852A
Complementary color
Monochromatic Colors of #A9852A
Black with #A9852A
Text Example
Text Example
White with #A9852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9852A; }
p { color: rgb(169,133,42); }
H1.HeaderClassName
{
color: #A9852A;
}
.AnyTagClassName
{
color: #A9852A;
}
</style>
background-color css
<style>
a { background-color: #A9852A; }
a { background-color: rgb(169,133,42); }
div.DivClassName
{
background-color: #A9852A;
}
.BgClassName
{
background-color: #A9852A;
}
</style>
border-color css
<style>
span { border-color: #A9852A; }
span { border-color: rgb(169,133,42); }
td.TdClassName
{
border-color: #A9852A;
}
.TagClassName
{
border-color: #A9852A;
}
</style>