Shades of Reef Gold #A38C29
Tints of Reef Gold #A38C29
RGB
CMYK
RGB Variations
Color information
#A38C29 (or 0xA38C29) is known color: Reef Gold. HEX triplet: A3, 8C and 29. RGB value is (163,140,41). Sum of RGB (Red+Green+Blue) = 163+140+41=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C29 is #5C73D6. Grayscale: #888888. Windows color (decimal): -6058967 or 2722979. OLE color: 2722979.
HSL color Cylindrical-coordinate representation of color #A38C29: hue angle of 48.69º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A38C29 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 41 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.36 |
| HSL | 48.69º | 0.6% | 0.4% | - |
| HSV(B) | 48.69º | 0.75% | 0.64% | - |
| XYZ | 24.88 | 26.7 | 5.94 | - |
| YUV | 135.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 41 | 0 | 0.14 | 0.75 | 0.36 | 48.69 | 0.6 | 0.4 |
| Hex | A3 | 8C | 29 | 0 | E | 4B | 24 | 31 | 3C | 28 |
| Octal | 243 | 214 | 51 | 0 | 16 | 113 | 44 | 61 | 74 | 50 |
| Binary | 10100011 | 10001100 | 101001 | 0 | 1110 | 1001011 | 100100 | 110001 | 111100 | 101000 |
Color Harmonies of #A38C29
Complementary color
Monochromatic Colors of #A38C29
Black with #A38C29
Text Example
Text Example
White with #A38C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C29; }
p { color: rgb(163,140,41); }
H1.HeaderClassName
{
color: #A38C29;
}
.AnyTagClassName
{
color: #A38C29;
}
</style>
background-color css
<style>
a { background-color: #A38C29; }
a { background-color: rgb(163,140,41); }
div.DivClassName
{
background-color: #A38C29;
}
.BgClassName
{
background-color: #A38C29;
}
</style>
border-color css
<style>
span { border-color: #A38C29; }
span { border-color: rgb(163,140,41); }
td.TdClassName
{
border-color: #A38C29;
}
.TagClassName
{
border-color: #A38C29;
}
</style>