Shades of Reef Gold #A69632
Tints of Reef Gold #A69632
RGB
CMYK
RGB Variations
Color information
#A69632 (or 0xA69632) is known color: Reef Gold. HEX triplet: A6, 96 and 32. RGB value is (166,150,50). Sum of RGB (Red+Green+Blue) = 166+150+50=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69632 is #5969CD. Grayscale: #8F8F8F. Windows color (decimal): -5859790 or 3315366. OLE color: 3315366.
HSL color Cylindrical-coordinate representation of color #A69632: hue angle of 51.72º 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 #A69632 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 50 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.35 |
| HSL | 51.72º | 0.54% | 0.42% | - |
| HSV(B) | 51.72º | 0.7% | 0.65% | - |
| XYZ | 27.21 | 30.15 | 7.4 | - |
| YUV | 143.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 50 | 0 | 0.10 | 0.70 | 0.35 | 51.72 | 0.54 | 0.42 |
| Hex | A6 | 96 | 32 | 0 | A | 46 | 23 | 34 | 36 | 2A |
| Octal | 246 | 226 | 62 | 0 | 12 | 106 | 43 | 64 | 66 | 52 |
| Binary | 10100110 | 10010110 | 110010 | 0 | 1010 | 1000110 | 100011 | 110100 | 110110 | 101010 |
Color Harmonies of #A69632
Complementary color
Monochromatic Colors of #A69632
Black with #A69632
Text Example
Text Example
White with #A69632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69632; }
p { color: rgb(166,150,50); }
H1.HeaderClassName
{
color: #A69632;
}
.AnyTagClassName
{
color: #A69632;
}
</style>
background-color css
<style>
a { background-color: #A69632; }
a { background-color: rgb(166,150,50); }
div.DivClassName
{
background-color: #A69632;
}
.BgClassName
{
background-color: #A69632;
}
</style>
border-color css
<style>
span { border-color: #A69632; }
span { border-color: rgb(166,150,50); }
td.TdClassName
{
border-color: #A69632;
}
.TagClassName
{
border-color: #A69632;
}
</style>