Shades of Reef Gold #A3923D
Tints of Reef Gold #A3923D
RGB
CMYK
RGB Variations
Color information
#A3923D (or 0xA3923D) is known color: Reef Gold. HEX triplet: A3, 92 and 3D. RGB value is (163,146,61). Sum of RGB (Red+Green+Blue) = 163+146+61=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3923D is #5C6DC2. Grayscale: #8D8D8D. Windows color (decimal): -6057411 or 4035235. OLE color: 4035235.
HSL color Cylindrical-coordinate representation of color #A3923D: hue angle of 50º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3923D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 61 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.36 |
| HSL | 50º | 0.46% | 0.44% | - |
| HSV(B) | 50º | 0.63% | 0.64% | - |
| XYZ | 26.23 | 28.68 | 8.57 | - |
| YUV | 141.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 61 | 0 | 0.10 | 0.63 | 0.36 | 50 | 0.46 | 0.44 |
| Hex | A3 | 92 | 3D | 0 | A | 3F | 24 | 32 | 2E | 2C |
| Octal | 243 | 222 | 75 | 0 | 12 | 77 | 44 | 62 | 56 | 54 |
| Binary | 10100011 | 10010010 | 111101 | 0 | 1010 | 111111 | 100100 | 110010 | 101110 | 101100 |
Color Harmonies of #A3923D
Complementary color
Monochromatic Colors of #A3923D
Black with #A3923D
Text Example
Text Example
White with #A3923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3923D; }
p { color: rgb(163,146,61); }
H1.HeaderClassName
{
color: #A3923D;
}
.AnyTagClassName
{
color: #A3923D;
}
</style>
background-color css
<style>
a { background-color: #A3923D; }
a { background-color: rgb(163,146,61); }
div.DivClassName
{
background-color: #A3923D;
}
.BgClassName
{
background-color: #A3923D;
}
</style>
border-color css
<style>
span { border-color: #A3923D; }
span { border-color: rgb(163,146,61); }
td.TdClassName
{
border-color: #A3923D;
}
.TagClassName
{
border-color: #A3923D;
}
</style>