Shades of Reef Gold #A49630
Tints of Reef Gold #A49630
RGB
CMYK
RGB Variations
Color information
#A49630 (or 0xA49630) is known color: Reef Gold. HEX triplet: A4, 96 and 30. RGB value is (164,150,48). Sum of RGB (Red+Green+Blue) = 164+150+48=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A49630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49630 is #5B69CF. Grayscale: #8E8E8E. Windows color (decimal): -5990864 or 3184292. OLE color: 3184292.
HSL color Cylindrical-coordinate representation of color #A49630: hue angle of 52.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A49630 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 48 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.36 |
| HSL | 52.76º | 0.55% | 0.42% | - |
| HSV(B) | 52.76º | 0.71% | 0.64% | - |
| XYZ | 26.75 | 29.92 | 7.16 | - |
| YUV | 142.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 48 | 0 | 0.09 | 0.71 | 0.36 | 52.76 | 0.55 | 0.42 |
| Hex | A4 | 96 | 30 | 0 | 9 | 47 | 24 | 35 | 37 | 2A |
| Octal | 244 | 226 | 60 | 0 | 11 | 107 | 44 | 65 | 67 | 52 |
| Binary | 10100100 | 10010110 | 110000 | 0 | 1001 | 1000111 | 100100 | 110101 | 110111 | 101010 |
Color Harmonies of #A49630
Complementary color
Monochromatic Colors of #A49630
Black with #A49630
Text Example
Text Example
White with #A49630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49630; }
p { color: rgb(164,150,48); }
H1.HeaderClassName
{
color: #A49630;
}
.AnyTagClassName
{
color: #A49630;
}
</style>
background-color css
<style>
a { background-color: #A49630; }
a { background-color: rgb(164,150,48); }
div.DivClassName
{
background-color: #A49630;
}
.BgClassName
{
background-color: #A49630;
}
</style>
border-color css
<style>
span { border-color: #A49630; }
span { border-color: rgb(164,150,48); }
td.TdClassName
{
border-color: #A49630;
}
.TagClassName
{
border-color: #A49630;
}
</style>