Shades of Reef Gold #A68732
Tints of Reef Gold #A68732
RGB
CMYK
RGB Variations
Color information
#A68732 (or 0xA68732) is known color: Reef Gold. HEX triplet: A6, 87 and 32. RGB value is (166,135,50). Sum of RGB (Red+Green+Blue) = 166+135+50=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A68732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68732 is #5978CD. Grayscale: #868686. Windows color (decimal): -5863630 or 3311526. OLE color: 3311526.
HSL color Cylindrical-coordinate representation of color #A68732: hue angle of 43.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A68732 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 50 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.35 |
| HSL | 43.97º | 0.54% | 0.42% | - |
| HSV(B) | 43.97º | 0.7% | 0.65% | - |
| XYZ | 24.97 | 25.67 | 6.66 | - |
| YUV | 134.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 50 | 0 | 0.19 | 0.70 | 0.35 | 43.97 | 0.54 | 0.42 |
| Hex | A6 | 87 | 32 | 0 | 13 | 46 | 23 | 2C | 36 | 2A |
| Octal | 246 | 207 | 62 | 0 | 23 | 106 | 43 | 54 | 66 | 52 |
| Binary | 10100110 | 10000111 | 110010 | 0 | 10011 | 1000110 | 100011 | 101100 | 110110 | 101010 |
Color Harmonies of #A68732
Complementary color
Monochromatic Colors of #A68732
Black with #A68732
Text Example
Text Example
White with #A68732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68732; }
p { color: rgb(166,135,50); }
H1.HeaderClassName
{
color: #A68732;
}
.AnyTagClassName
{
color: #A68732;
}
</style>
background-color css
<style>
a { background-color: #A68732; }
a { background-color: rgb(166,135,50); }
div.DivClassName
{
background-color: #A68732;
}
.BgClassName
{
background-color: #A68732;
}
</style>
border-color css
<style>
span { border-color: #A68732; }
span { border-color: rgb(166,135,50); }
td.TdClassName
{
border-color: #A68732;
}
.TagClassName
{
border-color: #A68732;
}
</style>