Shades of Reef Gold #A08C38
Tints of Reef Gold #A08C38
RGB
CMYK
RGB Variations
Color information
#A08C38 (or 0xA08C38) is known color: Reef Gold. HEX triplet: A0, 8C and 38. RGB value is (160,140,56). Sum of RGB (Red+Green+Blue) = 160+140+56=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C38 is #5F73C7. Grayscale: #888888. Windows color (decimal): -6255560 or 3706016. OLE color: 3706016.
HSL color Cylindrical-coordinate representation of color #A08C38: hue angle of 48.46º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A08C38 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 56 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.37 |
| HSL | 48.46º | 0.48% | 0.42% | - |
| HSV(B) | 48.46º | 0.65% | 0.63% | - |
| XYZ | 24.59 | 26.52 | 7.56 | - |
| YUV | 136.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 56 | 0 | 0.12 | 0.65 | 0.37 | 48.46 | 0.48 | 0.42 |
| Hex | A0 | 8C | 38 | 0 | C | 41 | 25 | 30 | 30 | 2A |
| Octal | 240 | 214 | 70 | 0 | 14 | 101 | 45 | 60 | 60 | 52 |
| Binary | 10100000 | 10001100 | 111000 | 0 | 1100 | 1000001 | 100101 | 110000 | 110000 | 101010 |
Color Harmonies of #A08C38
Complementary color
Monochromatic Colors of #A08C38
Black with #A08C38
Text Example
Text Example
White with #A08C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C38; }
p { color: rgb(160,140,56); }
H1.HeaderClassName
{
color: #A08C38;
}
.AnyTagClassName
{
color: #A08C38;
}
</style>
background-color css
<style>
a { background-color: #A08C38; }
a { background-color: rgb(160,140,56); }
div.DivClassName
{
background-color: #A08C38;
}
.BgClassName
{
background-color: #A08C38;
}
</style>
border-color css
<style>
span { border-color: #A08C38; }
span { border-color: rgb(160,140,56); }
td.TdClassName
{
border-color: #A08C38;
}
.TagClassName
{
border-color: #A08C38;
}
</style>