Shades of Reef Gold #A3912C
Tints of Reef Gold #A3912C
RGB
CMYK
RGB Variations
Color information
#A3912C (or 0xA3912C) is known color: Reef Gold. HEX triplet: A3, 91 and 2C. RGB value is (163,145,44). Sum of RGB (Red+Green+Blue) = 163+145+44=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3912C is #5C6ED3. Grayscale: #8B8B8B. Windows color (decimal): -6057684 or 2920867. OLE color: 2920867.
HSL color Cylindrical-coordinate representation of color #A3912C: hue angle of 50.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3912C is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 44 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.36 |
| HSL | 50.92º | 0.57% | 0.41% | - |
| HSV(B) | 50.92º | 0.73% | 0.64% | - |
| XYZ | 25.68 | 28.22 | 6.48 | - |
| YUV | 138.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 44 | 0 | 0.11 | 0.73 | 0.36 | 50.92 | 0.57 | 0.41 |
| Hex | A3 | 91 | 2C | 0 | B | 49 | 24 | 33 | 39 | 29 |
| Octal | 243 | 221 | 54 | 0 | 13 | 111 | 44 | 63 | 71 | 51 |
| Binary | 10100011 | 10010001 | 101100 | 0 | 1011 | 1001001 | 100100 | 110011 | 111001 | 101001 |
Color Harmonies of #A3912C
Complementary color
Monochromatic Colors of #A3912C
Black with #A3912C
Text Example
Text Example
White with #A3912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3912C; }
p { color: rgb(163,145,44); }
H1.HeaderClassName
{
color: #A3912C;
}
.AnyTagClassName
{
color: #A3912C;
}
</style>
background-color css
<style>
a { background-color: #A3912C; }
a { background-color: rgb(163,145,44); }
div.DivClassName
{
background-color: #A3912C;
}
.BgClassName
{
background-color: #A3912C;
}
</style>
border-color css
<style>
span { border-color: #A3912C; }
span { border-color: rgb(163,145,44); }
td.TdClassName
{
border-color: #A3912C;
}
.TagClassName
{
border-color: #A3912C;
}
</style>