Shades of Reef Gold #A5943A
Tints of Reef Gold #A5943A
RGB
CMYK
RGB Variations
Color information
#A5943A (or 0xA5943A) is known color: Reef Gold. HEX triplet: A5, 94 and 3A. RGB value is (165,148,58). Sum of RGB (Red+Green+Blue) = 165+148+58=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5943A is #5A6BC5. Grayscale: #8F8F8F. Windows color (decimal): -5925830 or 3839141. OLE color: 3839141.
HSL color Cylindrical-coordinate representation of color #A5943A: hue angle of 50.47º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5943A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 58 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.35 |
| HSL | 50.47º | 0.48% | 0.44% | - |
| HSV(B) | 50.47º | 0.65% | 0.65% | - |
| XYZ | 26.87 | 29.48 | 8.28 | - |
| YUV | 142.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 58 | 0 | 0.10 | 0.65 | 0.35 | 50.47 | 0.48 | 0.44 |
| Hex | A5 | 94 | 3A | 0 | A | 41 | 23 | 32 | 30 | 2C |
| Octal | 245 | 224 | 72 | 0 | 12 | 101 | 43 | 62 | 60 | 54 |
| Binary | 10100101 | 10010100 | 111010 | 0 | 1010 | 1000001 | 100011 | 110010 | 110000 | 101100 |
Color Harmonies of #A5943A
Complementary color
Monochromatic Colors of #A5943A
Black with #A5943A
Text Example
Text Example
White with #A5943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5943A; }
p { color: rgb(165,148,58); }
H1.HeaderClassName
{
color: #A5943A;
}
.AnyTagClassName
{
color: #A5943A;
}
</style>
background-color css
<style>
a { background-color: #A5943A; }
a { background-color: rgb(165,148,58); }
div.DivClassName
{
background-color: #A5943A;
}
.BgClassName
{
background-color: #A5943A;
}
</style>
border-color css
<style>
span { border-color: #A5943A; }
span { border-color: rgb(165,148,58); }
td.TdClassName
{
border-color: #A5943A;
}
.TagClassName
{
border-color: #A5943A;
}
</style>