Shades of Reef Gold #A18C33
Tints of Reef Gold #A18C33
RGB
CMYK
RGB Variations
Color information
#A18C33 (or 0xA18C33) is known color: Reef Gold. HEX triplet: A1, 8C and 33. RGB value is (161,140,51). Sum of RGB (Red+Green+Blue) = 161+140+51=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C33 is #5E73CC. Grayscale: #888888. Windows color (decimal): -6190029 or 3378337. OLE color: 3378337.
HSL color Cylindrical-coordinate representation of color #A18C33: hue angle of 48.55º degrees, saturation: 0.52, 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 #A18C33 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 51 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.37 |
| HSL | 48.55º | 0.52% | 0.42% | - |
| HSV(B) | 48.55º | 0.68% | 0.63% | - |
| XYZ | 24.67 | 26.57 | 6.96 | - |
| YUV | 136.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 51 | 0 | 0.13 | 0.68 | 0.37 | 48.55 | 0.52 | 0.42 |
| Hex | A1 | 8C | 33 | 0 | D | 44 | 25 | 31 | 34 | 2A |
| Octal | 241 | 214 | 63 | 0 | 15 | 104 | 45 | 61 | 64 | 52 |
| Binary | 10100001 | 10001100 | 110011 | 0 | 1101 | 1000100 | 100101 | 110001 | 110100 | 101010 |
Color Harmonies of #A18C33
Complementary color
Monochromatic Colors of #A18C33
Black with #A18C33
Text Example
Text Example
White with #A18C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C33; }
p { color: rgb(161,140,51); }
H1.HeaderClassName
{
color: #A18C33;
}
.AnyTagClassName
{
color: #A18C33;
}
</style>
background-color css
<style>
a { background-color: #A18C33; }
a { background-color: rgb(161,140,51); }
div.DivClassName
{
background-color: #A18C33;
}
.BgClassName
{
background-color: #A18C33;
}
</style>
border-color css
<style>
span { border-color: #A18C33; }
span { border-color: rgb(161,140,51); }
td.TdClassName
{
border-color: #A18C33;
}
.TagClassName
{
border-color: #A18C33;
}
</style>