Shades of Reef Gold #AD8C33
Tints of Reef Gold #AD8C33
RGB
CMYK
RGB Variations
Color information
#AD8C33 (or 0xAD8C33) is known color: Reef Gold. HEX triplet: AD, 8C and 33. RGB value is (173,140,51). Sum of RGB (Red+Green+Blue) = 173+140+51=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C33 is #5273CC. Grayscale: #8C8C8C. Windows color (decimal): -5403597 or 3378349. OLE color: 3378349.
HSL color Cylindrical-coordinate representation of color #AD8C33: hue angle of 43.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD8C33 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 51 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.32 |
| HSL | 43.77º | 0.54% | 0.44% | - |
| HSV(B) | 43.77º | 0.71% | 0.68% | - |
| XYZ | 27.21 | 27.88 | 7.08 | - |
| YUV | 139.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 51 | 0 | 0.19 | 0.71 | 0.32 | 43.77 | 0.54 | 0.44 |
| Hex | AD | 8C | 33 | 0 | 13 | 47 | 20 | 2C | 36 | 2C |
| Octal | 255 | 214 | 63 | 0 | 23 | 107 | 40 | 54 | 66 | 54 |
| Binary | 10101101 | 10001100 | 110011 | 0 | 10011 | 1000111 | 100000 | 101100 | 110110 | 101100 |
Color Harmonies of #AD8C33
Complementary color
Monochromatic Colors of #AD8C33
Black with #AD8C33
Text Example
Text Example
White with #AD8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C33; }
p { color: rgb(173,140,51); }
H1.HeaderClassName
{
color: #AD8C33;
}
.AnyTagClassName
{
color: #AD8C33;
}
</style>
background-color css
<style>
a { background-color: #AD8C33; }
a { background-color: rgb(173,140,51); }
div.DivClassName
{
background-color: #AD8C33;
}
.BgClassName
{
background-color: #AD8C33;
}
</style>
border-color css
<style>
span { border-color: #AD8C33; }
span { border-color: rgb(173,140,51); }
td.TdClassName
{
border-color: #AD8C33;
}
.TagClassName
{
border-color: #AD8C33;
}
</style>