Shades of Reef Gold #AD8A2B
Tints of Reef Gold #AD8A2B
RGB
CMYK
RGB Variations
Color information
#AD8A2B (or 0xAD8A2B) is known color: Reef Gold. HEX triplet: AD, 8A and 2B. RGB value is (173,138,43). Sum of RGB (Red+Green+Blue) = 173+138+43=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A2B is #5275D4. Grayscale: #8A8A8A. Windows color (decimal): -5404117 or 2853549. OLE color: 2853549.
HSL color Cylindrical-coordinate representation of color #AD8A2B: hue angle of 43.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD8A2B is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 43 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.32 |
| HSL | 43.85º | 0.6% | 0.42% | - |
| HSV(B) | 43.85º | 0.75% | 0.68% | - |
| XYZ | 26.76 | 27.24 | 6.13 | - |
| YUV | 137.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 43 | 0 | 0.20 | 0.75 | 0.32 | 43.85 | 0.6 | 0.42 |
| Hex | AD | 8A | 2B | 0 | 14 | 4B | 20 | 2C | 3C | 2A |
| Octal | 255 | 212 | 53 | 0 | 24 | 113 | 40 | 54 | 74 | 52 |
| Binary | 10101101 | 10001010 | 101011 | 0 | 10100 | 1001011 | 100000 | 101100 | 111100 | 101010 |
Color Harmonies of #AD8A2B
Complementary color
Monochromatic Colors of #AD8A2B
Black with #AD8A2B
Text Example
Text Example
White with #AD8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A2B; }
p { color: rgb(173,138,43); }
H1.HeaderClassName
{
color: #AD8A2B;
}
.AnyTagClassName
{
color: #AD8A2B;
}
</style>
background-color css
<style>
a { background-color: #AD8A2B; }
a { background-color: rgb(173,138,43); }
div.DivClassName
{
background-color: #AD8A2B;
}
.BgClassName
{
background-color: #AD8A2B;
}
</style>
border-color css
<style>
span { border-color: #AD8A2B; }
span { border-color: rgb(173,138,43); }
td.TdClassName
{
border-color: #AD8A2B;
}
.TagClassName
{
border-color: #AD8A2B;
}
</style>