Shades of Reef Gold #A1923A
Tints of Reef Gold #A1923A
RGB
CMYK
RGB Variations
Color information
#A1923A (or 0xA1923A) is known color: Reef Gold. HEX triplet: A1, 92 and 3A. RGB value is (161,146,58). Sum of RGB (Red+Green+Blue) = 161+146+58=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1923A is #5E6DC5. Grayscale: #8C8C8C. Windows color (decimal): -6188486 or 3838625. OLE color: 3838625.
HSL color Cylindrical-coordinate representation of color #A1923A: hue angle of 51.26º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1923A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 58 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.37 |
| HSL | 51.26º | 0.47% | 0.43% | - |
| HSV(B) | 51.26º | 0.64% | 0.63% | - |
| XYZ | 25.74 | 28.44 | 8.14 | - |
| YUV | 140.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 58 | 0 | 0.09 | 0.64 | 0.37 | 51.26 | 0.47 | 0.43 |
| Hex | A1 | 92 | 3A | 0 | 9 | 40 | 25 | 33 | 2F | 2B |
| Octal | 241 | 222 | 72 | 0 | 11 | 100 | 45 | 63 | 57 | 53 |
| Binary | 10100001 | 10010010 | 111010 | 0 | 1001 | 1000000 | 100101 | 110011 | 101111 | 101011 |
Color Harmonies of #A1923A
Complementary color
Monochromatic Colors of #A1923A
Black with #A1923A
Text Example
Text Example
White with #A1923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1923A; }
p { color: rgb(161,146,58); }
H1.HeaderClassName
{
color: #A1923A;
}
.AnyTagClassName
{
color: #A1923A;
}
</style>
background-color css
<style>
a { background-color: #A1923A; }
a { background-color: rgb(161,146,58); }
div.DivClassName
{
background-color: #A1923A;
}
.BgClassName
{
background-color: #A1923A;
}
</style>
border-color css
<style>
span { border-color: #A1923A; }
span { border-color: rgb(161,146,58); }
td.TdClassName
{
border-color: #A1923A;
}
.TagClassName
{
border-color: #A1923A;
}
</style>