Shades of Reef Gold #A48C30
Tints of Reef Gold #A48C30
RGB
CMYK
RGB Variations
Color information
#A48C30 (or 0xA48C30) is known color: Reef Gold. HEX triplet: A4, 8C and 30. RGB value is (164,140,48). Sum of RGB (Red+Green+Blue) = 164+140+48=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C30 is #5B73CF. Grayscale: #898989. Windows color (decimal): -5993424 or 3181732. OLE color: 3181732.
HSL color Cylindrical-coordinate representation of color #A48C30: hue angle of 47.59º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A48C30 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 48 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.36 |
| HSL | 47.59º | 0.55% | 0.42% | - |
| HSV(B) | 47.59º | 0.71% | 0.64% | - |
| XYZ | 25.22 | 26.86 | 6.65 | - |
| YUV | 136.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 48 | 0 | 0.15 | 0.71 | 0.36 | 47.59 | 0.55 | 0.42 |
| Hex | A4 | 8C | 30 | 0 | F | 47 | 24 | 30 | 37 | 2A |
| Octal | 244 | 214 | 60 | 0 | 17 | 107 | 44 | 60 | 67 | 52 |
| Binary | 10100100 | 10001100 | 110000 | 0 | 1111 | 1000111 | 100100 | 110000 | 110111 | 101010 |
Color Harmonies of #A48C30
Complementary color
Monochromatic Colors of #A48C30
Black with #A48C30
Text Example
Text Example
White with #A48C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C30; }
p { color: rgb(164,140,48); }
H1.HeaderClassName
{
color: #A48C30;
}
.AnyTagClassName
{
color: #A48C30;
}
</style>
background-color css
<style>
a { background-color: #A48C30; }
a { background-color: rgb(164,140,48); }
div.DivClassName
{
background-color: #A48C30;
}
.BgClassName
{
background-color: #A48C30;
}
</style>
border-color css
<style>
span { border-color: #A48C30; }
span { border-color: rgb(164,140,48); }
td.TdClassName
{
border-color: #A48C30;
}
.TagClassName
{
border-color: #A48C30;
}
</style>