Shades of Reef Gold #AD9B33
Tints of Reef Gold #AD9B33
RGB
CMYK
RGB Variations
Color information
#AD9B33 (or 0xAD9B33) is known color: Reef Gold. HEX triplet: AD, 9B and 33. RGB value is (173,155,51). Sum of RGB (Red+Green+Blue) = 173+155+51=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B33 is #5264CC. Grayscale: #949494. Windows color (decimal): -5399757 or 3382189. OLE color: 3382189.
HSL color Cylindrical-coordinate representation of color #AD9B33: hue angle of 51.15º 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 #AD9B33 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 51 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.32 |
| HSL | 51.15º | 0.54% | 0.44% | - |
| HSV(B) | 51.15º | 0.71% | 0.68% | - |
| XYZ | 29.55 | 32.57 | 7.86 | - |
| YUV | 148.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 51 | 0 | 0.10 | 0.71 | 0.32 | 51.15 | 0.54 | 0.44 |
| Hex | AD | 9B | 33 | 0 | A | 47 | 20 | 33 | 36 | 2C |
| Octal | 255 | 233 | 63 | 0 | 12 | 107 | 40 | 63 | 66 | 54 |
| Binary | 10101101 | 10011011 | 110011 | 0 | 1010 | 1000111 | 100000 | 110011 | 110110 | 101100 |
Color Harmonies of #AD9B33
Complementary color
Monochromatic Colors of #AD9B33
Black with #AD9B33
Text Example
Text Example
White with #AD9B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B33; }
p { color: rgb(173,155,51); }
H1.HeaderClassName
{
color: #AD9B33;
}
.AnyTagClassName
{
color: #AD9B33;
}
</style>
background-color css
<style>
a { background-color: #AD9B33; }
a { background-color: rgb(173,155,51); }
div.DivClassName
{
background-color: #AD9B33;
}
.BgClassName
{
background-color: #AD9B33;
}
</style>
border-color css
<style>
span { border-color: #AD9B33; }
span { border-color: rgb(173,155,51); }
td.TdClassName
{
border-color: #AD9B33;
}
.TagClassName
{
border-color: #AD9B33;
}
</style>