Shades of Reef Gold #A48F2D
Tints of Reef Gold #A48F2D
RGB
CMYK
RGB Variations
Color information
#A48F2D (or 0xA48F2D) is known color: Reef Gold. HEX triplet: A4, 8F and 2D. RGB value is (164,143,45). Sum of RGB (Red+Green+Blue) = 164+143+45=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F2D is #5B70D2. Grayscale: #8A8A8A. Windows color (decimal): -5992659 or 2985892. OLE color: 2985892.
HSL color Cylindrical-coordinate representation of color #A48F2D: hue angle of 49.41º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A48F2D is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 45 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.36 |
| HSL | 49.41º | 0.57% | 0.41% | - |
| HSV(B) | 49.41º | 0.73% | 0.64% | - |
| XYZ | 25.61 | 27.73 | 6.48 | - |
| YUV | 138.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 45 | 0 | 0.13 | 0.73 | 0.36 | 49.41 | 0.57 | 0.41 |
| Hex | A4 | 8F | 2D | 0 | D | 49 | 24 | 31 | 39 | 29 |
| Octal | 244 | 217 | 55 | 0 | 15 | 111 | 44 | 61 | 71 | 51 |
| Binary | 10100100 | 10001111 | 101101 | 0 | 1101 | 1001001 | 100100 | 110001 | 111001 | 101001 |
Color Harmonies of #A48F2D
Complementary color
Monochromatic Colors of #A48F2D
Black with #A48F2D
Text Example
Text Example
White with #A48F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F2D; }
p { color: rgb(164,143,45); }
H1.HeaderClassName
{
color: #A48F2D;
}
.AnyTagClassName
{
color: #A48F2D;
}
</style>
background-color css
<style>
a { background-color: #A48F2D; }
a { background-color: rgb(164,143,45); }
div.DivClassName
{
background-color: #A48F2D;
}
.BgClassName
{
background-color: #A48F2D;
}
</style>
border-color css
<style>
span { border-color: #A48F2D; }
span { border-color: rgb(164,143,45); }
td.TdClassName
{
border-color: #A48F2D;
}
.TagClassName
{
border-color: #A48F2D;
}
</style>