Shades of Reef Gold #A68836
Tints of Reef Gold #A68836
RGB
CMYK
RGB Variations
Color information
#A68836 (or 0xA68836) is known color: Reef Gold. HEX triplet: A6, 88 and 36. RGB value is (166,136,54). Sum of RGB (Red+Green+Blue) = 166+136+54=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A68836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68836 is #5977C9. Grayscale: #878787. Windows color (decimal): -5863370 or 3573926. OLE color: 3573926.
HSL color Cylindrical-coordinate representation of color #A68836: hue angle of 43.93º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A68836 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 54 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.35 |
| HSL | 43.93º | 0.51% | 0.43% | - |
| HSV(B) | 43.93º | 0.67% | 0.65% | - |
| XYZ | 25.2 | 25.98 | 7.18 | - |
| YUV | 135.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 54 | 0 | 0.18 | 0.67 | 0.35 | 43.93 | 0.51 | 0.43 |
| Hex | A6 | 88 | 36 | 0 | 12 | 43 | 23 | 2C | 33 | 2B |
| Octal | 246 | 210 | 66 | 0 | 22 | 103 | 43 | 54 | 63 | 53 |
| Binary | 10100110 | 10001000 | 110110 | 0 | 10010 | 1000011 | 100011 | 101100 | 110011 | 101011 |
Color Harmonies of #A68836
Complementary color
Monochromatic Colors of #A68836
Black with #A68836
Text Example
Text Example
White with #A68836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68836; }
p { color: rgb(166,136,54); }
H1.HeaderClassName
{
color: #A68836;
}
.AnyTagClassName
{
color: #A68836;
}
</style>
background-color css
<style>
a { background-color: #A68836; }
a { background-color: rgb(166,136,54); }
div.DivClassName
{
background-color: #A68836;
}
.BgClassName
{
background-color: #A68836;
}
</style>
border-color css
<style>
span { border-color: #A68836; }
span { border-color: rgb(166,136,54); }
td.TdClassName
{
border-color: #A68836;
}
.TagClassName
{
border-color: #A68836;
}
</style>