Shades of Reef Gold #A69833
Tints of Reef Gold #A69833
RGB
CMYK
RGB Variations
Color information
#A69833 (or 0xA69833) is known color: Reef Gold. HEX triplet: A6, 98 and 33. RGB value is (166,152,51). Sum of RGB (Red+Green+Blue) = 166+152+51=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A69833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69833 is #5967CC. Grayscale: #919191. Windows color (decimal): -5859277 or 3381414. OLE color: 3381414.
HSL color Cylindrical-coordinate representation of color #A69833: hue angle of 52.7º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69833 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 51 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.35 |
| HSL | 52.7º | 0.53% | 0.43% | - |
| HSV(B) | 52.7º | 0.69% | 0.65% | - |
| XYZ | 27.55 | 30.8 | 7.63 | - |
| YUV | 144.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 51 | 0 | 0.08 | 0.69 | 0.35 | 52.7 | 0.53 | 0.43 |
| Hex | A6 | 98 | 33 | 0 | 8 | 45 | 23 | 35 | 35 | 2B |
| Octal | 246 | 230 | 63 | 0 | 10 | 105 | 43 | 65 | 65 | 53 |
| Binary | 10100110 | 10011000 | 110011 | 0 | 1000 | 1000101 | 100011 | 110101 | 110101 | 101011 |
Color Harmonies of #A69833
Complementary color
Monochromatic Colors of #A69833
Black with #A69833
Text Example
Text Example
White with #A69833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69833; }
p { color: rgb(166,152,51); }
H1.HeaderClassName
{
color: #A69833;
}
.AnyTagClassName
{
color: #A69833;
}
</style>
background-color css
<style>
a { background-color: #A69833; }
a { background-color: rgb(166,152,51); }
div.DivClassName
{
background-color: #A69833;
}
.BgClassName
{
background-color: #A69833;
}
</style>
border-color css
<style>
span { border-color: #A69833; }
span { border-color: rgb(166,152,51); }
td.TdClassName
{
border-color: #A69833;
}
.TagClassName
{
border-color: #A69833;
}
</style>