Shades of Reef Gold #AD8A27
Tints of Reef Gold #AD8A27
RGB
CMYK
RGB Variations
Color information
#AD8A27 (or 0xAD8A27) is known color: Reef Gold. HEX triplet: AD, 8A and 27. RGB value is (173,138,39). Sum of RGB (Red+Green+Blue) = 173+138+39=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A27 is #5275D8. Grayscale: #898989. Windows color (decimal): -5404121 or 2591405. OLE color: 2591405.
HSL color Cylindrical-coordinate representation of color #AD8A27: hue angle of 44.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD8A27 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 39 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.32 |
| HSL | 44.33º | 0.63% | 0.42% | - |
| HSV(B) | 44.33º | 0.77% | 0.68% | - |
| XYZ | 26.69 | 27.21 | 5.76 | - |
| YUV | 137.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 39 | 0 | 0.20 | 0.77 | 0.32 | 44.33 | 0.63 | 0.42 |
| Hex | AD | 8A | 27 | 0 | 14 | 4D | 20 | 2C | 3F | 2A |
| Octal | 255 | 212 | 47 | 0 | 24 | 115 | 40 | 54 | 77 | 52 |
| Binary | 10101101 | 10001010 | 100111 | 0 | 10100 | 1001101 | 100000 | 101100 | 111111 | 101010 |
Color Harmonies of #AD8A27
Complementary color
Monochromatic Colors of #AD8A27
Black with #AD8A27
Text Example
Text Example
White with #AD8A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A27; }
p { color: rgb(173,138,39); }
H1.HeaderClassName
{
color: #AD8A27;
}
.AnyTagClassName
{
color: #AD8A27;
}
</style>
background-color css
<style>
a { background-color: #AD8A27; }
a { background-color: rgb(173,138,39); }
div.DivClassName
{
background-color: #AD8A27;
}
.BgClassName
{
background-color: #AD8A27;
}
</style>
border-color css
<style>
span { border-color: #AD8A27; }
span { border-color: rgb(173,138,39); }
td.TdClassName
{
border-color: #AD8A27;
}
.TagClassName
{
border-color: #AD8A27;
}
</style>