Shades of Reef Gold #A68E35
Tints of Reef Gold #A68E35
RGB
CMYK
RGB Variations
Color information
#A68E35 (or 0xA68E35) is known color: Reef Gold. HEX triplet: A6, 8E and 35. RGB value is (166,142,53). Sum of RGB (Red+Green+Blue) = 166+142+53=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E35 is #5971CA. Grayscale: #8B8B8B. Windows color (decimal): -5861835 or 3509926. OLE color: 3509926.
HSL color Cylindrical-coordinate representation of color #A68E35: hue angle of 47.26º 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 #A68E35 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 53 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.35 |
| HSL | 47.26º | 0.52% | 0.43% | - |
| HSV(B) | 47.26º | 0.68% | 0.65% | - |
| XYZ | 26.04 | 27.71 | 7.34 | - |
| YUV | 139.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 53 | 0 | 0.14 | 0.68 | 0.35 | 47.26 | 0.52 | 0.43 |
| Hex | A6 | 8E | 35 | 0 | E | 44 | 23 | 2F | 34 | 2B |
| Octal | 246 | 216 | 65 | 0 | 16 | 104 | 43 | 57 | 64 | 53 |
| Binary | 10100110 | 10001110 | 110101 | 0 | 1110 | 1000100 | 100011 | 101111 | 110100 | 101011 |
Color Harmonies of #A68E35
Complementary color
Monochromatic Colors of #A68E35
Black with #A68E35
Text Example
Text Example
White with #A68E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E35; }
p { color: rgb(166,142,53); }
H1.HeaderClassName
{
color: #A68E35;
}
.AnyTagClassName
{
color: #A68E35;
}
</style>
background-color css
<style>
a { background-color: #A68E35; }
a { background-color: rgb(166,142,53); }
div.DivClassName
{
background-color: #A68E35;
}
.BgClassName
{
background-color: #A68E35;
}
</style>
border-color css
<style>
span { border-color: #A68E35; }
span { border-color: rgb(166,142,53); }
td.TdClassName
{
border-color: #A68E35;
}
.TagClassName
{
border-color: #A68E35;
}
</style>