Shades of Reef Gold #A59935
Tints of Reef Gold #A59935
RGB
CMYK
RGB Variations
Color information
#A59935 (or 0xA59935) is known color: Reef Gold. HEX triplet: A5, 99 and 35. RGB value is (165,153,53). Sum of RGB (Red+Green+Blue) = 165+153+53=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A59935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59935 is #5A66CA. Grayscale: #919191. Windows color (decimal): -5924555 or 3512741. OLE color: 3512741.
HSL color Cylindrical-coordinate representation of color #A59935: hue angle of 53.57º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A59935 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 53 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.35 |
| HSL | 53.57º | 0.51% | 0.43% | - |
| HSV(B) | 53.57º | 0.68% | 0.65% | - |
| XYZ | 27.55 | 31.04 | 7.91 | - |
| YUV | 145.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 53 | 0 | 0.07 | 0.68 | 0.35 | 53.57 | 0.51 | 0.43 |
| Hex | A5 | 99 | 35 | 0 | 7 | 44 | 23 | 36 | 33 | 2B |
| Octal | 245 | 231 | 65 | 0 | 7 | 104 | 43 | 66 | 63 | 53 |
| Binary | 10100101 | 10011001 | 110101 | 0 | 111 | 1000100 | 100011 | 110110 | 110011 | 101011 |
Color Harmonies of #A59935
Complementary color
Monochromatic Colors of #A59935
Black with #A59935
Text Example
Text Example
White with #A59935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59935; }
p { color: rgb(165,153,53); }
H1.HeaderClassName
{
color: #A59935;
}
.AnyTagClassName
{
color: #A59935;
}
</style>
background-color css
<style>
a { background-color: #A59935; }
a { background-color: rgb(165,153,53); }
div.DivClassName
{
background-color: #A59935;
}
.BgClassName
{
background-color: #A59935;
}
</style>
border-color css
<style>
span { border-color: #A59935; }
span { border-color: rgb(165,153,53); }
td.TdClassName
{
border-color: #A59935;
}
.TagClassName
{
border-color: #A59935;
}
</style>