Shades of Reef Gold #A68635
Tints of Reef Gold #A68635
RGB
CMYK
RGB Variations
Color information
#A68635 (or 0xA68635) is known color: Reef Gold. HEX triplet: A6, 86 and 35. RGB value is (166,134,53). Sum of RGB (Red+Green+Blue) = 166+134+53=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A68635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68635 is #5979CA. Grayscale: #868686. Windows color (decimal): -5863883 or 3507878. OLE color: 3507878.
HSL color Cylindrical-coordinate representation of color #A68635: hue angle of 43.01º 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 #A68635 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 53 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.35 |
| HSL | 43.01º | 0.52% | 0.43% | - |
| HSV(B) | 43.01º | 0.68% | 0.65% | - |
| XYZ | 24.89 | 25.41 | 6.96 | - |
| YUV | 134.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 53 | 0 | 0.19 | 0.68 | 0.35 | 43.01 | 0.52 | 0.43 |
| Hex | A6 | 86 | 35 | 0 | 13 | 44 | 23 | 2B | 34 | 2B |
| Octal | 246 | 206 | 65 | 0 | 23 | 104 | 43 | 53 | 64 | 53 |
| Binary | 10100110 | 10000110 | 110101 | 0 | 10011 | 1000100 | 100011 | 101011 | 110100 | 101011 |
Color Harmonies of #A68635
Complementary color
Monochromatic Colors of #A68635
Black with #A68635
Text Example
Text Example
White with #A68635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68635; }
p { color: rgb(166,134,53); }
H1.HeaderClassName
{
color: #A68635;
}
.AnyTagClassName
{
color: #A68635;
}
</style>
background-color css
<style>
a { background-color: #A68635; }
a { background-color: rgb(166,134,53); }
div.DivClassName
{
background-color: #A68635;
}
.BgClassName
{
background-color: #A68635;
}
</style>
border-color css
<style>
span { border-color: #A68635; }
span { border-color: rgb(166,134,53); }
td.TdClassName
{
border-color: #A68635;
}
.TagClassName
{
border-color: #A68635;
}
</style>