Shades of Reef Gold #A98F2B
Tints of Reef Gold #A98F2B
RGB
CMYK
RGB Variations
Color information
#A98F2B (or 0xA98F2B) is known color: Reef Gold. HEX triplet: A9, 8F and 2B. RGB value is (169,143,43). Sum of RGB (Red+Green+Blue) = 169+143+43=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F2B is #5670D4. Grayscale: #8B8B8B. Windows color (decimal): -5664981 or 2854825. OLE color: 2854825.
HSL color Cylindrical-coordinate representation of color #A98F2B: hue angle of 47.62º 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 #A98F2B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 43 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.34 |
| HSL | 47.62º | 0.59% | 0.42% | - |
| HSV(B) | 47.62º | 0.75% | 0.66% | - |
| XYZ | 26.62 | 28.25 | 6.34 | - |
| YUV | 139.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 43 | 0 | 0.15 | 0.75 | 0.34 | 47.62 | 0.59 | 0.42 |
| Hex | A9 | 8F | 2B | 0 | F | 4B | 22 | 30 | 3B | 2A |
| Octal | 251 | 217 | 53 | 0 | 17 | 113 | 42 | 60 | 73 | 52 |
| Binary | 10101001 | 10001111 | 101011 | 0 | 1111 | 1001011 | 100010 | 110000 | 111011 | 101010 |
Color Harmonies of #A98F2B
Complementary color
Monochromatic Colors of #A98F2B
Black with #A98F2B
Text Example
Text Example
White with #A98F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F2B; }
p { color: rgb(169,143,43); }
H1.HeaderClassName
{
color: #A98F2B;
}
.AnyTagClassName
{
color: #A98F2B;
}
</style>
background-color css
<style>
a { background-color: #A98F2B; }
a { background-color: rgb(169,143,43); }
div.DivClassName
{
background-color: #A98F2B;
}
.BgClassName
{
background-color: #A98F2B;
}
</style>
border-color css
<style>
span { border-color: #A98F2B; }
span { border-color: rgb(169,143,43); }
td.TdClassName
{
border-color: #A98F2B;
}
.TagClassName
{
border-color: #A98F2B;
}
</style>