Shades of Reef Gold #A69430
Tints of Reef Gold #A69430
RGB
CMYK
RGB Variations
Color information
#A69430 (or 0xA69430) is known color: Reef Gold. HEX triplet: A6, 94 and 30. RGB value is (166,148,48). Sum of RGB (Red+Green+Blue) = 166+148+48=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A69430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69430 is #596BCF. Grayscale: #8E8E8E. Windows color (decimal): -5860304 or 3183782. OLE color: 3183782.
HSL color Cylindrical-coordinate representation of color #A69430: hue angle of 50.85º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A69430 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 48 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.35 |
| HSL | 50.85º | 0.55% | 0.42% | - |
| HSV(B) | 50.85º | 0.71% | 0.65% | - |
| XYZ | 26.85 | 29.5 | 7.08 | - |
| YUV | 141.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 48 | 0 | 0.11 | 0.71 | 0.35 | 50.85 | 0.55 | 0.42 |
| Hex | A6 | 94 | 30 | 0 | B | 47 | 23 | 33 | 37 | 2A |
| Octal | 246 | 224 | 60 | 0 | 13 | 107 | 43 | 63 | 67 | 52 |
| Binary | 10100110 | 10010100 | 110000 | 0 | 1011 | 1000111 | 100011 | 110011 | 110111 | 101010 |
Color Harmonies of #A69430
Complementary color
Monochromatic Colors of #A69430
Black with #A69430
Text Example
Text Example
White with #A69430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69430; }
p { color: rgb(166,148,48); }
H1.HeaderClassName
{
color: #A69430;
}
.AnyTagClassName
{
color: #A69430;
}
</style>
background-color css
<style>
a { background-color: #A69430; }
a { background-color: rgb(166,148,48); }
div.DivClassName
{
background-color: #A69430;
}
.BgClassName
{
background-color: #A69430;
}
</style>
border-color css
<style>
span { border-color: #A69430; }
span { border-color: rgb(166,148,48); }
td.TdClassName
{
border-color: #A69430;
}
.TagClassName
{
border-color: #A69430;
}
</style>