Shades of Reef Gold #A3933D
Tints of Reef Gold #A3933D
RGB
CMYK
RGB Variations
Color information
#A3933D (or 0xA3933D) is known color: Reef Gold. HEX triplet: A3, 93 and 3D. RGB value is (163,147,61). Sum of RGB (Red+Green+Blue) = 163+147+61=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3933D is #5C6CC2. Grayscale: #8E8E8E. Windows color (decimal): -6057155 or 4035491. OLE color: 4035491.
HSL color Cylindrical-coordinate representation of color #A3933D: hue angle of 50.59º 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 #A3933D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 61 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.36 |
| HSL | 50.59º | 0.46% | 0.44% | - |
| HSV(B) | 50.59º | 0.63% | 0.64% | - |
| XYZ | 26.38 | 28.99 | 8.62 | - |
| YUV | 141.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 61 | 0 | 0.10 | 0.63 | 0.36 | 50.59 | 0.46 | 0.44 |
| Hex | A3 | 93 | 3D | 0 | A | 3F | 24 | 33 | 2E | 2C |
| Octal | 243 | 223 | 75 | 0 | 12 | 77 | 44 | 63 | 56 | 54 |
| Binary | 10100011 | 10010011 | 111101 | 0 | 1010 | 111111 | 100100 | 110011 | 101110 | 101100 |
Color Harmonies of #A3933D
Complementary color
Monochromatic Colors of #A3933D
Black with #A3933D
Text Example
Text Example
White with #A3933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3933D; }
p { color: rgb(163,147,61); }
H1.HeaderClassName
{
color: #A3933D;
}
.AnyTagClassName
{
color: #A3933D;
}
</style>
background-color css
<style>
a { background-color: #A3933D; }
a { background-color: rgb(163,147,61); }
div.DivClassName
{
background-color: #A3933D;
}
.BgClassName
{
background-color: #A3933D;
}
</style>
border-color css
<style>
span { border-color: #A3933D; }
span { border-color: rgb(163,147,61); }
td.TdClassName
{
border-color: #A3933D;
}
.TagClassName
{
border-color: #A3933D;
}
</style>