Shades of Reef Gold #A38D38
Tints of Reef Gold #A38D38
RGB
CMYK
RGB Variations
Color information
#A38D38 (or 0xA38D38) is known color: Reef Gold. HEX triplet: A3, 8D and 38. RGB value is (163,141,56). Sum of RGB (Red+Green+Blue) = 163+141+56=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D38 is #5C72C7. Grayscale: #8A8A8A. Windows color (decimal): -6058696 or 3706275. OLE color: 3706275.
HSL color Cylindrical-coordinate representation of color #A38D38: hue angle of 47.66º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A38D38 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 56 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.36 |
| HSL | 47.66º | 0.49% | 0.43% | - |
| HSV(B) | 47.66º | 0.66% | 0.64% | - |
| XYZ | 25.34 | 27.12 | 7.64 | - |
| YUV | 137.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 56 | 0 | 0.13 | 0.66 | 0.36 | 47.66 | 0.49 | 0.43 |
| Hex | A3 | 8D | 38 | 0 | D | 42 | 24 | 30 | 31 | 2B |
| Octal | 243 | 215 | 70 | 0 | 15 | 102 | 44 | 60 | 61 | 53 |
| Binary | 10100011 | 10001101 | 111000 | 0 | 1101 | 1000010 | 100100 | 110000 | 110001 | 101011 |
Color Harmonies of #A38D38
Complementary color
Monochromatic Colors of #A38D38
Black with #A38D38
Text Example
Text Example
White with #A38D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D38; }
p { color: rgb(163,141,56); }
H1.HeaderClassName
{
color: #A38D38;
}
.AnyTagClassName
{
color: #A38D38;
}
</style>
background-color css
<style>
a { background-color: #A38D38; }
a { background-color: rgb(163,141,56); }
div.DivClassName
{
background-color: #A38D38;
}
.BgClassName
{
background-color: #A38D38;
}
</style>
border-color css
<style>
span { border-color: #A38D38; }
span { border-color: rgb(163,141,56); }
td.TdClassName
{
border-color: #A38D38;
}
.TagClassName
{
border-color: #A38D38;
}
</style>