Shades of Reef Gold #AD8B2A
Tints of Reef Gold #AD8B2A
RGB
CMYK
RGB Variations
Color information
#AD8B2A (or 0xAD8B2A) is known color: Reef Gold. HEX triplet: AD, 8B and 2A. RGB value is (173,139,42). Sum of RGB (Red+Green+Blue) = 173+139+42=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B2A is #5274D5. Grayscale: #8A8A8A. Windows color (decimal): -5403862 or 2788269. OLE color: 2788269.
HSL color Cylindrical-coordinate representation of color #AD8B2A: hue angle of 44.43º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD8B2A is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 42 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.32 |
| HSL | 44.43º | 0.61% | 0.42% | - |
| HSV(B) | 44.43º | 0.76% | 0.68% | - |
| XYZ | 26.88 | 27.52 | 6.08 | - |
| YUV | 138.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 42 | 0 | 0.20 | 0.76 | 0.32 | 44.43 | 0.61 | 0.42 |
| Hex | AD | 8B | 2A | 0 | 14 | 4C | 20 | 2C | 3D | 2A |
| Octal | 255 | 213 | 52 | 0 | 24 | 114 | 40 | 54 | 75 | 52 |
| Binary | 10101101 | 10001011 | 101010 | 0 | 10100 | 1001100 | 100000 | 101100 | 111101 | 101010 |
Color Harmonies of #AD8B2A
Complementary color
Monochromatic Colors of #AD8B2A
Black with #AD8B2A
Text Example
Text Example
White with #AD8B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B2A; }
p { color: rgb(173,139,42); }
H1.HeaderClassName
{
color: #AD8B2A;
}
.AnyTagClassName
{
color: #AD8B2A;
}
</style>
background-color css
<style>
a { background-color: #AD8B2A; }
a { background-color: rgb(173,139,42); }
div.DivClassName
{
background-color: #AD8B2A;
}
.BgClassName
{
background-color: #AD8B2A;
}
</style>
border-color css
<style>
span { border-color: #AD8B2A; }
span { border-color: rgb(173,139,42); }
td.TdClassName
{
border-color: #AD8B2A;
}
.TagClassName
{
border-color: #AD8B2A;
}
</style>