Shades of Reef Gold #A48D28
Tints of Reef Gold #A48D28
RGB
CMYK
RGB Variations
Color information
#A48D28 (or 0xA48D28) is known color: Reef Gold. HEX triplet: A4, 8D and 28. RGB value is (164,141,40). Sum of RGB (Red+Green+Blue) = 164+141+40=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D28 is #5B72D7. Grayscale: #888888. Windows color (decimal): -5993176 or 2657700. OLE color: 2657700.
HSL color Cylindrical-coordinate representation of color #A48D28: hue angle of 48.87º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A48D28 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 40 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.36 |
| HSL | 48.87º | 0.61% | 0.4% | - |
| HSV(B) | 48.87º | 0.76% | 0.64% | - |
| XYZ | 25.22 | 27.1 | 5.91 | - |
| YUV | 136.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 40 | 0 | 0.14 | 0.76 | 0.36 | 48.87 | 0.61 | 0.4 |
| Hex | A4 | 8D | 28 | 0 | E | 4C | 24 | 31 | 3D | 28 |
| Octal | 244 | 215 | 50 | 0 | 16 | 114 | 44 | 61 | 75 | 50 |
| Binary | 10100100 | 10001101 | 101000 | 0 | 1110 | 1001100 | 100100 | 110001 | 111101 | 101000 |
Color Harmonies of #A48D28
Complementary color
Monochromatic Colors of #A48D28
Black with #A48D28
Text Example
Text Example
White with #A48D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D28; }
p { color: rgb(164,141,40); }
H1.HeaderClassName
{
color: #A48D28;
}
.AnyTagClassName
{
color: #A48D28;
}
</style>
background-color css
<style>
a { background-color: #A48D28; }
a { background-color: rgb(164,141,40); }
div.DivClassName
{
background-color: #A48D28;
}
.BgClassName
{
background-color: #A48D28;
}
</style>
border-color css
<style>
span { border-color: #A48D28; }
span { border-color: rgb(164,141,40); }
td.TdClassName
{
border-color: #A48D28;
}
.TagClassName
{
border-color: #A48D28;
}
</style>