Shades of Reef Gold #A68535
Tints of Reef Gold #A68535
RGB
CMYK
RGB Variations
Color information
#A68535 (or 0xA68535) is known color: Reef Gold. HEX triplet: A6, 85 and 35. RGB value is (166,133,53). Sum of RGB (Red+Green+Blue) = 166+133+53=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A68535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68535 is #597ACA. Grayscale: #868686. Windows color (decimal): -5864139 or 3507622. OLE color: 3507622.
HSL color Cylindrical-coordinate representation of color #A68535: hue angle of 42.48º 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 #A68535 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 53 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.35 |
| HSL | 42.48º | 0.52% | 0.43% | - |
| HSV(B) | 42.48º | 0.68% | 0.65% | - |
| XYZ | 24.76 | 25.14 | 6.92 | - |
| YUV | 133.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 53 | 0 | 0.20 | 0.68 | 0.35 | 42.48 | 0.52 | 0.43 |
| Hex | A6 | 85 | 35 | 0 | 14 | 44 | 23 | 2A | 34 | 2B |
| Octal | 246 | 205 | 65 | 0 | 24 | 104 | 43 | 52 | 64 | 53 |
| Binary | 10100110 | 10000101 | 110101 | 0 | 10100 | 1000100 | 100011 | 101010 | 110100 | 101011 |
Color Harmonies of #A68535
Complementary color
Monochromatic Colors of #A68535
Black with #A68535
Text Example
Text Example
White with #A68535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68535; }
p { color: rgb(166,133,53); }
H1.HeaderClassName
{
color: #A68535;
}
.AnyTagClassName
{
color: #A68535;
}
</style>
background-color css
<style>
a { background-color: #A68535; }
a { background-color: rgb(166,133,53); }
div.DivClassName
{
background-color: #A68535;
}
.BgClassName
{
background-color: #A68535;
}
</style>
border-color css
<style>
span { border-color: #A68535; }
span { border-color: rgb(166,133,53); }
td.TdClassName
{
border-color: #A68535;
}
.TagClassName
{
border-color: #A68535;
}
</style>