Shades of Reef Gold #A69832
Tints of Reef Gold #A69832
RGB
CMYK
RGB Variations
Color information
#A69832 (or 0xA69832) is known color: Reef Gold. HEX triplet: A6, 98 and 32. RGB value is (166,152,50). Sum of RGB (Red+Green+Blue) = 166+152+50=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A69832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69832 is #5967CD. Grayscale: #909090. Windows color (decimal): -5859278 or 3315878. OLE color: 3315878.
HSL color Cylindrical-coordinate representation of color #A69832: hue angle of 52.76º 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 #A69832 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 50 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.35 |
| HSL | 52.76º | 0.54% | 0.42% | - |
| HSV(B) | 52.76º | 0.7% | 0.65% | - |
| XYZ | 27.53 | 30.79 | 7.51 | - |
| YUV | 144.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 50 | 0 | 0.08 | 0.70 | 0.35 | 52.76 | 0.54 | 0.42 |
| Hex | A6 | 98 | 32 | 0 | 8 | 46 | 23 | 35 | 36 | 2A |
| Octal | 246 | 230 | 62 | 0 | 10 | 106 | 43 | 65 | 66 | 52 |
| Binary | 10100110 | 10011000 | 110010 | 0 | 1000 | 1000110 | 100011 | 110101 | 110110 | 101010 |
Color Harmonies of #A69832
Complementary color
Monochromatic Colors of #A69832
Black with #A69832
Text Example
Text Example
White with #A69832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69832; }
p { color: rgb(166,152,50); }
H1.HeaderClassName
{
color: #A69832;
}
.AnyTagClassName
{
color: #A69832;
}
</style>
background-color css
<style>
a { background-color: #A69832; }
a { background-color: rgb(166,152,50); }
div.DivClassName
{
background-color: #A69832;
}
.BgClassName
{
background-color: #A69832;
}
</style>
border-color css
<style>
span { border-color: #A69832; }
span { border-color: rgb(166,152,50); }
td.TdClassName
{
border-color: #A69832;
}
.TagClassName
{
border-color: #A69832;
}
</style>