Shades of Reef Gold #A5963A
Tints of Reef Gold #A5963A
RGB
CMYK
RGB Variations
Color information
#A5963A (or 0xA5963A) is known color: Reef Gold. HEX triplet: A5, 96 and 3A. RGB value is (165,150,58). Sum of RGB (Red+Green+Blue) = 165+150+58=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5963A is #5A69C5. Grayscale: #909090. Windows color (decimal): -5925318 or 3839653. OLE color: 3839653.
HSL color Cylindrical-coordinate representation of color #A5963A: hue angle of 51.59º 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 #A5963A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 58 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.35 |
| HSL | 51.59º | 0.48% | 0.44% | - |
| HSV(B) | 51.59º | 0.65% | 0.65% | - |
| XYZ | 27.19 | 30.12 | 8.38 | - |
| YUV | 144 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 58 | 0 | 0.09 | 0.65 | 0.35 | 51.59 | 0.48 | 0.44 |
| Hex | A5 | 96 | 3A | 0 | 9 | 41 | 23 | 34 | 30 | 2C |
| Octal | 245 | 226 | 72 | 0 | 11 | 101 | 43 | 64 | 60 | 54 |
| Binary | 10100101 | 10010110 | 111010 | 0 | 1001 | 1000001 | 100011 | 110100 | 110000 | 101100 |
Color Harmonies of #A5963A
Complementary color
Monochromatic Colors of #A5963A
Black with #A5963A
Text Example
Text Example
White with #A5963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5963A; }
p { color: rgb(165,150,58); }
H1.HeaderClassName
{
color: #A5963A;
}
.AnyTagClassName
{
color: #A5963A;
}
</style>
background-color css
<style>
a { background-color: #A5963A; }
a { background-color: rgb(165,150,58); }
div.DivClassName
{
background-color: #A5963A;
}
.BgClassName
{
background-color: #A5963A;
}
</style>
border-color css
<style>
span { border-color: #A5963A; }
span { border-color: rgb(165,150,58); }
td.TdClassName
{
border-color: #A5963A;
}
.TagClassName
{
border-color: #A5963A;
}
</style>