Shades of Reef Gold #A38E34
Tints of Reef Gold #A38E34
RGB
CMYK
RGB Variations
Color information
#A38E34 (or 0xA38E34) is known color: Reef Gold. HEX triplet: A3, 8E and 34. RGB value is (163,142,52). Sum of RGB (Red+Green+Blue) = 163+142+52=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E34 is #5C71CB. Grayscale: #8A8A8A. Windows color (decimal): -6058444 or 3444387. OLE color: 3444387.
HSL color Cylindrical-coordinate representation of color #A38E34: hue angle of 48.65º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A38E34 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 52 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.36 |
| HSL | 48.65º | 0.52% | 0.42% | - |
| HSV(B) | 48.65º | 0.68% | 0.64% | - |
| XYZ | 25.4 | 27.38 | 7.2 | - |
| YUV | 138.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 52 | 0 | 0.13 | 0.68 | 0.36 | 48.65 | 0.52 | 0.42 |
| Hex | A3 | 8E | 34 | 0 | D | 44 | 24 | 31 | 34 | 2A |
| Octal | 243 | 216 | 64 | 0 | 15 | 104 | 44 | 61 | 64 | 52 |
| Binary | 10100011 | 10001110 | 110100 | 0 | 1101 | 1000100 | 100100 | 110001 | 110100 | 101010 |
Color Harmonies of #A38E34
Complementary color
Monochromatic Colors of #A38E34
Black with #A38E34
Text Example
Text Example
White with #A38E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E34; }
p { color: rgb(163,142,52); }
H1.HeaderClassName
{
color: #A38E34;
}
.AnyTagClassName
{
color: #A38E34;
}
</style>
background-color css
<style>
a { background-color: #A38E34; }
a { background-color: rgb(163,142,52); }
div.DivClassName
{
background-color: #A38E34;
}
.BgClassName
{
background-color: #A38E34;
}
</style>
border-color css
<style>
span { border-color: #A38E34; }
span { border-color: rgb(163,142,52); }
td.TdClassName
{
border-color: #A38E34;
}
.TagClassName
{
border-color: #A38E34;
}
</style>