Shades of Reef Gold #A5983D
Tints of Reef Gold #A5983D
RGB
CMYK
RGB Variations
Color information
#A5983D (or 0xA5983D) is known color: Reef Gold. HEX triplet: A5, 98 and 3D. RGB value is (165,152,61). Sum of RGB (Red+Green+Blue) = 165+152+61=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5983D is #5A67C2. Grayscale: #919191. Windows color (decimal): -5924803 or 4036773. OLE color: 4036773.
HSL color Cylindrical-coordinate representation of color #A5983D: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5983D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 152 | 61 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.35 |
| HSL | 52.5º | 0.46% | 0.44% | - |
| HSV(B) | 52.5º | 0.63% | 0.65% | - |
| XYZ | 27.59 | 30.79 | 8.9 | - |
| YUV | 145.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 61 | 0 | 0.08 | 0.63 | 0.35 | 52.5 | 0.46 | 0.44 |
| Hex | A5 | 98 | 3D | 0 | 8 | 3F | 23 | 34 | 2E | 2C |
| Octal | 245 | 230 | 75 | 0 | 10 | 77 | 43 | 64 | 56 | 54 |
| Binary | 10100101 | 10011000 | 111101 | 0 | 1000 | 111111 | 100011 | 110100 | 101110 | 101100 |
Color Harmonies of #A5983D
Complementary color
Monochromatic Colors of #A5983D
Black with #A5983D
Text Example
Text Example
White with #A5983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5983D; }
p { color: rgb(165,152,61); }
H1.HeaderClassName
{
color: #A5983D;
}
.AnyTagClassName
{
color: #A5983D;
}
</style>
background-color css
<style>
a { background-color: #A5983D; }
a { background-color: rgb(165,152,61); }
div.DivClassName
{
background-color: #A5983D;
}
.BgClassName
{
background-color: #A5983D;
}
</style>
border-color css
<style>
span { border-color: #A5983D; }
span { border-color: rgb(165,152,61); }
td.TdClassName
{
border-color: #A5983D;
}
.TagClassName
{
border-color: #A5983D;
}
</style>