Shades of Reef Gold #A5892D
Tints of Reef Gold #A5892D
RGB
CMYK
RGB Variations
Color information
#A5892D (or 0xA5892D) is known color: Reef Gold. HEX triplet: A5, 89 and 2D. RGB value is (165,137,45). Sum of RGB (Red+Green+Blue) = 165+137+45=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5892D is #5A76D2. Grayscale: #878787. Windows color (decimal): -5928659 or 2984357. OLE color: 2984357.
HSL color Cylindrical-coordinate representation of color #A5892D: hue angle of 46º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5892D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 45 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.35 |
| HSL | 46º | 0.57% | 0.41% | - |
| HSV(B) | 46º | 0.73% | 0.65% | - |
| XYZ | 24.94 | 26.08 | 6.2 | - |
| YUV | 134.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 45 | 0 | 0.17 | 0.73 | 0.35 | 46 | 0.57 | 0.41 |
| Hex | A5 | 89 | 2D | 0 | 11 | 49 | 23 | 2E | 39 | 29 |
| Octal | 245 | 211 | 55 | 0 | 21 | 111 | 43 | 56 | 71 | 51 |
| Binary | 10100101 | 10001001 | 101101 | 0 | 10001 | 1001001 | 100011 | 101110 | 111001 | 101001 |
Color Harmonies of #A5892D
Complementary color
Monochromatic Colors of #A5892D
Black with #A5892D
Text Example
Text Example
White with #A5892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5892D; }
p { color: rgb(165,137,45); }
H1.HeaderClassName
{
color: #A5892D;
}
.AnyTagClassName
{
color: #A5892D;
}
</style>
background-color css
<style>
a { background-color: #A5892D; }
a { background-color: rgb(165,137,45); }
div.DivClassName
{
background-color: #A5892D;
}
.BgClassName
{
background-color: #A5892D;
}
</style>
border-color css
<style>
span { border-color: #A5892D; }
span { border-color: rgb(165,137,45); }
td.TdClassName
{
border-color: #A5892D;
}
.TagClassName
{
border-color: #A5892D;
}
</style>