Shades of Reef Gold #AD8F2A
Tints of Reef Gold #AD8F2A
RGB
CMYK
RGB Variations
Color information
#AD8F2A (or 0xAD8F2A) is known color: Reef Gold. HEX triplet: AD, 8F and 2A. RGB value is (173,143,42). Sum of RGB (Red+Green+Blue) = 173+143+42=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F2A is #5270D5. Grayscale: #8C8C8C. Windows color (decimal): -5402838 or 2789293. OLE color: 2789293.
HSL color Cylindrical-coordinate representation of color #AD8F2A: hue angle of 46.26º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD8F2A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 42 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.32 |
| HSL | 46.26º | 0.61% | 0.42% | - |
| HSV(B) | 46.26º | 0.76% | 0.68% | - |
| XYZ | 27.47 | 28.7 | 6.28 | - |
| YUV | 140.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 42 | 0 | 0.17 | 0.76 | 0.32 | 46.26 | 0.61 | 0.42 |
| Hex | AD | 8F | 2A | 0 | 11 | 4C | 20 | 2E | 3D | 2A |
| Octal | 255 | 217 | 52 | 0 | 21 | 114 | 40 | 56 | 75 | 52 |
| Binary | 10101101 | 10001111 | 101010 | 0 | 10001 | 1001100 | 100000 | 101110 | 111101 | 101010 |
Color Harmonies of #AD8F2A
Complementary color
Monochromatic Colors of #AD8F2A
Black with #AD8F2A
Text Example
Text Example
White with #AD8F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F2A; }
p { color: rgb(173,143,42); }
H1.HeaderClassName
{
color: #AD8F2A;
}
.AnyTagClassName
{
color: #AD8F2A;
}
</style>
background-color css
<style>
a { background-color: #AD8F2A; }
a { background-color: rgb(173,143,42); }
div.DivClassName
{
background-color: #AD8F2A;
}
.BgClassName
{
background-color: #AD8F2A;
}
</style>
border-color css
<style>
span { border-color: #AD8F2A; }
span { border-color: rgb(173,143,42); }
td.TdClassName
{
border-color: #AD8F2A;
}
.TagClassName
{
border-color: #AD8F2A;
}
</style>