Shades of Reef Gold #AD8528
Tints of Reef Gold #AD8528
RGB
CMYK
RGB Variations
Color information
#AD8528 (or 0xAD8528) is known color: Reef Gold. HEX triplet: AD, 85 and 28. RGB value is (173,133,40). Sum of RGB (Red+Green+Blue) = 173+133+40=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8528 is #527AD7. Grayscale: #868686. Windows color (decimal): -5405400 or 2655661. OLE color: 2655661.
HSL color Cylindrical-coordinate representation of color #AD8528: hue angle of 41.95º degrees, saturation: 0.62, 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 #AD8528 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 40 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.32 |
| HSL | 41.95º | 0.62% | 0.42% | - |
| HSV(B) | 41.95º | 0.77% | 0.68% | - |
| XYZ | 26 | 25.81 | 5.62 | - |
| YUV | 134.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 40 | 0 | 0.23 | 0.77 | 0.32 | 41.95 | 0.62 | 0.42 |
| Hex | AD | 85 | 28 | 0 | 17 | 4D | 20 | 2A | 3E | 2A |
| Octal | 255 | 205 | 50 | 0 | 27 | 115 | 40 | 52 | 76 | 52 |
| Binary | 10101101 | 10000101 | 101000 | 0 | 10111 | 1001101 | 100000 | 101010 | 111110 | 101010 |
Color Harmonies of #AD8528
Complementary color
Monochromatic Colors of #AD8528
Black with #AD8528
Text Example
Text Example
White with #AD8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8528; }
p { color: rgb(173,133,40); }
H1.HeaderClassName
{
color: #AD8528;
}
.AnyTagClassName
{
color: #AD8528;
}
</style>
background-color css
<style>
a { background-color: #AD8528; }
a { background-color: rgb(173,133,40); }
div.DivClassName
{
background-color: #AD8528;
}
.BgClassName
{
background-color: #AD8528;
}
</style>
border-color css
<style>
span { border-color: #AD8528; }
span { border-color: rgb(173,133,40); }
td.TdClassName
{
border-color: #AD8528;
}
.TagClassName
{
border-color: #AD8528;
}
</style>