Shades of Reef Gold #A68D35
Tints of Reef Gold #A68D35
RGB
CMYK
RGB Variations
Color information
#A68D35 (or 0xA68D35) is known color: Reef Gold. HEX triplet: A6, 8D and 35. RGB value is (166,141,53). Sum of RGB (Red+Green+Blue) = 166+141+53=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D35 is #5972CA. Grayscale: #8A8A8A. Windows color (decimal): -5862091 or 3509670. OLE color: 3509670.
HSL color Cylindrical-coordinate representation of color #A68D35: hue angle of 46.73º 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 #A68D35 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 53 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.35 |
| HSL | 46.73º | 0.52% | 0.43% | - |
| HSV(B) | 46.73º | 0.68% | 0.65% | - |
| XYZ | 25.89 | 27.41 | 7.29 | - |
| YUV | 138.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 53 | 0 | 0.15 | 0.68 | 0.35 | 46.73 | 0.52 | 0.43 |
| Hex | A6 | 8D | 35 | 0 | F | 44 | 23 | 2F | 34 | 2B |
| Octal | 246 | 215 | 65 | 0 | 17 | 104 | 43 | 57 | 64 | 53 |
| Binary | 10100110 | 10001101 | 110101 | 0 | 1111 | 1000100 | 100011 | 101111 | 110100 | 101011 |
Color Harmonies of #A68D35
Complementary color
Monochromatic Colors of #A68D35
Black with #A68D35
Text Example
Text Example
White with #A68D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D35; }
p { color: rgb(166,141,53); }
H1.HeaderClassName
{
color: #A68D35;
}
.AnyTagClassName
{
color: #A68D35;
}
</style>
background-color css
<style>
a { background-color: #A68D35; }
a { background-color: rgb(166,141,53); }
div.DivClassName
{
background-color: #A68D35;
}
.BgClassName
{
background-color: #A68D35;
}
</style>
border-color css
<style>
span { border-color: #A68D35; }
span { border-color: rgb(166,141,53); }
td.TdClassName
{
border-color: #A68D35;
}
.TagClassName
{
border-color: #A68D35;
}
</style>