Shades of Reef Gold #AD8C32
Tints of Reef Gold #AD8C32
RGB
CMYK
RGB Variations
Color information
#AD8C32 (or 0xAD8C32) is known color: Reef Gold. HEX triplet: AD, 8C and 32. RGB value is (173,140,50). Sum of RGB (Red+Green+Blue) = 173+140+50=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C32 is #5273CD. Grayscale: #8C8C8C. Windows color (decimal): -5403598 or 3312813. OLE color: 3312813.
HSL color Cylindrical-coordinate representation of color #AD8C32: hue angle of 43.9º degrees, saturation: 0.55, 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 #AD8C32 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 50 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.32 |
| HSL | 43.9º | 0.55% | 0.44% | - |
| HSV(B) | 43.9º | 0.71% | 0.68% | - |
| XYZ | 27.19 | 27.87 | 6.96 | - |
| YUV | 139.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 50 | 0 | 0.19 | 0.71 | 0.32 | 43.9 | 0.55 | 0.44 |
| Hex | AD | 8C | 32 | 0 | 13 | 47 | 20 | 2C | 37 | 2C |
| Octal | 255 | 214 | 62 | 0 | 23 | 107 | 40 | 54 | 67 | 54 |
| Binary | 10101101 | 10001100 | 110010 | 0 | 10011 | 1000111 | 100000 | 101100 | 110111 | 101100 |
Color Harmonies of #AD8C32
Complementary color
Monochromatic Colors of #AD8C32
Black with #AD8C32
Text Example
Text Example
White with #AD8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C32; }
p { color: rgb(173,140,50); }
H1.HeaderClassName
{
color: #AD8C32;
}
.AnyTagClassName
{
color: #AD8C32;
}
</style>
background-color css
<style>
a { background-color: #AD8C32; }
a { background-color: rgb(173,140,50); }
div.DivClassName
{
background-color: #AD8C32;
}
.BgClassName
{
background-color: #AD8C32;
}
</style>
border-color css
<style>
span { border-color: #AD8C32; }
span { border-color: rgb(173,140,50); }
td.TdClassName
{
border-color: #AD8C32;
}
.TagClassName
{
border-color: #AD8C32;
}
</style>