Shades of Reef Gold #A18434
Tints of Reef Gold #A18434
RGB
CMYK
RGB Variations
Color information
#A18434 (or 0xA18434) is known color: Reef Gold. HEX triplet: A1, 84 and 34. RGB value is (161,132,52). Sum of RGB (Red+Green+Blue) = 161+132+52=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A18434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18434 is #5E7BCB. Grayscale: #838383. Windows color (decimal): -6192076 or 3441825. OLE color: 3441825.
HSL color Cylindrical-coordinate representation of color #A18434: hue angle of 44.04º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A18434 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 52 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.37 |
| HSL | 44.04º | 0.51% | 0.42% | - |
| HSV(B) | 44.04º | 0.68% | 0.63% | - |
| XYZ | 23.57 | 24.33 | 6.7 | - |
| YUV | 131.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 52 | 0 | 0.18 | 0.68 | 0.37 | 44.04 | 0.51 | 0.42 |
| Hex | A1 | 84 | 34 | 0 | 12 | 44 | 25 | 2C | 33 | 2A |
| Octal | 241 | 204 | 64 | 0 | 22 | 104 | 45 | 54 | 63 | 52 |
| Binary | 10100001 | 10000100 | 110100 | 0 | 10010 | 1000100 | 100101 | 101100 | 110011 | 101010 |
Color Harmonies of #A18434
Complementary color
Monochromatic Colors of #A18434
Black with #A18434
Text Example
Text Example
White with #A18434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18434; }
p { color: rgb(161,132,52); }
H1.HeaderClassName
{
color: #A18434;
}
.AnyTagClassName
{
color: #A18434;
}
</style>
background-color css
<style>
a { background-color: #A18434; }
a { background-color: rgb(161,132,52); }
div.DivClassName
{
background-color: #A18434;
}
.BgClassName
{
background-color: #A18434;
}
</style>
border-color css
<style>
span { border-color: #A18434; }
span { border-color: rgb(161,132,52); }
td.TdClassName
{
border-color: #A18434;
}
.TagClassName
{
border-color: #A18434;
}
</style>