Shades of Reef Gold #AD852E
Tints of Reef Gold #AD852E
RGB
CMYK
RGB Variations
Color information
#AD852E (or 0xAD852E) is known color: Reef Gold. HEX triplet: AD, 85 and 2E. RGB value is (173,133,46). Sum of RGB (Red+Green+Blue) = 173+133+46=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD852E is #527AD1. Grayscale: #878787. Windows color (decimal): -5405394 or 3048877. OLE color: 3048877.
HSL color Cylindrical-coordinate representation of color #AD852E: hue angle of 41.1º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD852E is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 46 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.32 |
| HSL | 41.1º | 0.58% | 0.43% | - |
| HSV(B) | 41.1º | 0.73% | 0.68% | - |
| XYZ | 26.11 | 25.86 | 6.2 | - |
| YUV | 135.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 46 | 0 | 0.23 | 0.73 | 0.32 | 41.1 | 0.58 | 0.43 |
| Hex | AD | 85 | 2E | 0 | 17 | 49 | 20 | 29 | 3A | 2B |
| Octal | 255 | 205 | 56 | 0 | 27 | 111 | 40 | 51 | 72 | 53 |
| Binary | 10101101 | 10000101 | 101110 | 0 | 10111 | 1001001 | 100000 | 101001 | 111010 | 101011 |
Color Harmonies of #AD852E
Complementary color
Monochromatic Colors of #AD852E
Black with #AD852E
Text Example
Text Example
White with #AD852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD852E; }
p { color: rgb(173,133,46); }
H1.HeaderClassName
{
color: #AD852E;
}
.AnyTagClassName
{
color: #AD852E;
}
</style>
background-color css
<style>
a { background-color: #AD852E; }
a { background-color: rgb(173,133,46); }
div.DivClassName
{
background-color: #AD852E;
}
.BgClassName
{
background-color: #AD852E;
}
</style>
border-color css
<style>
span { border-color: #AD852E; }
span { border-color: rgb(173,133,46); }
td.TdClassName
{
border-color: #AD852E;
}
.TagClassName
{
border-color: #AD852E;
}
</style>