Shades of Reef Gold #A69735
Tints of Reef Gold #A69735
RGB
CMYK
RGB Variations
Color information
#A69735 (or 0xA69735) is known color: Reef Gold. HEX triplet: A6, 97 and 35. RGB value is (166,151,53). Sum of RGB (Red+Green+Blue) = 166+151+53=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A69735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69735 is #5968CA. Grayscale: #909090. Windows color (decimal): -5859531 or 3512230. OLE color: 3512230.
HSL color Cylindrical-coordinate representation of color #A69735: hue angle of 52.04º degrees, saturation: 0.52, 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 #A69735 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 53 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.35 |
| HSL | 52.04º | 0.52% | 0.43% | - |
| HSV(B) | 52.04º | 0.68% | 0.65% | - |
| XYZ | 27.44 | 30.5 | 7.81 | - |
| YUV | 144.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 53 | 0 | 0.09 | 0.68 | 0.35 | 52.04 | 0.52 | 0.43 |
| Hex | A6 | 97 | 35 | 0 | 9 | 44 | 23 | 34 | 34 | 2B |
| Octal | 246 | 227 | 65 | 0 | 11 | 104 | 43 | 64 | 64 | 53 |
| Binary | 10100110 | 10010111 | 110101 | 0 | 1001 | 1000100 | 100011 | 110100 | 110100 | 101011 |
Color Harmonies of #A69735
Complementary color
Monochromatic Colors of #A69735
Black with #A69735
Text Example
Text Example
White with #A69735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69735; }
p { color: rgb(166,151,53); }
H1.HeaderClassName
{
color: #A69735;
}
.AnyTagClassName
{
color: #A69735;
}
</style>
background-color css
<style>
a { background-color: #A69735; }
a { background-color: rgb(166,151,53); }
div.DivClassName
{
background-color: #A69735;
}
.BgClassName
{
background-color: #A69735;
}
</style>
border-color css
<style>
span { border-color: #A69735; }
span { border-color: rgb(166,151,53); }
td.TdClassName
{
border-color: #A69735;
}
.TagClassName
{
border-color: #A69735;
}
</style>