Shades of Reef Gold #A3892D
Tints of Reef Gold #A3892D
RGB
CMYK
RGB Variations
Color information
#A3892D (or 0xA3892D) is known color: Reef Gold. HEX triplet: A3, 89 and 2D. RGB value is (163,137,45). Sum of RGB (Red+Green+Blue) = 163+137+45=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3892D is #5C76D2. Grayscale: #868686. Windows color (decimal): -6059731 or 2984355. OLE color: 2984355.
HSL color Cylindrical-coordinate representation of color #A3892D: hue angle of 46.78º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3892D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 45 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.36 |
| HSL | 46.78º | 0.57% | 0.41% | - |
| HSV(B) | 46.78º | 0.72% | 0.64% | - |
| XYZ | 24.52 | 25.87 | 6.18 | - |
| YUV | 134.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 45 | 0 | 0.16 | 0.72 | 0.36 | 46.78 | 0.57 | 0.41 |
| Hex | A3 | 89 | 2D | 0 | 10 | 48 | 24 | 2F | 39 | 29 |
| Octal | 243 | 211 | 55 | 0 | 20 | 110 | 44 | 57 | 71 | 51 |
| Binary | 10100011 | 10001001 | 101101 | 0 | 10000 | 1001000 | 100100 | 101111 | 111001 | 101001 |
Color Harmonies of #A3892D
Complementary color
Monochromatic Colors of #A3892D
Black with #A3892D
Text Example
Text Example
White with #A3892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3892D; }
p { color: rgb(163,137,45); }
H1.HeaderClassName
{
color: #A3892D;
}
.AnyTagClassName
{
color: #A3892D;
}
</style>
background-color css
<style>
a { background-color: #A3892D; }
a { background-color: rgb(163,137,45); }
div.DivClassName
{
background-color: #A3892D;
}
.BgClassName
{
background-color: #A3892D;
}
</style>
border-color css
<style>
span { border-color: #A3892D; }
span { border-color: rgb(163,137,45); }
td.TdClassName
{
border-color: #A3892D;
}
.TagClassName
{
border-color: #A3892D;
}
</style>