Shades of Reef Gold #A4852D
Tints of Reef Gold #A4852D
RGB
CMYK
RGB Variations
Color information
#A4852D (or 0xA4852D) is known color: Reef Gold. HEX triplet: A4, 85 and 2D. RGB value is (164,133,45). Sum of RGB (Red+Green+Blue) = 164+133+45=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4852D is #5B7AD2. Grayscale: #848484. Windows color (decimal): -5995219 or 2983332. OLE color: 2983332.
HSL color Cylindrical-coordinate representation of color #A4852D: hue angle of 44.37º 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 #A4852D is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 45 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.36 |
| HSL | 44.37º | 0.57% | 0.41% | - |
| HSV(B) | 44.37º | 0.73% | 0.64% | - |
| XYZ | 24.17 | 24.86 | 6.01 | - |
| YUV | 132.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 45 | 0 | 0.19 | 0.73 | 0.36 | 44.37 | 0.57 | 0.41 |
| Hex | A4 | 85 | 2D | 0 | 13 | 49 | 24 | 2C | 39 | 29 |
| Octal | 244 | 205 | 55 | 0 | 23 | 111 | 44 | 54 | 71 | 51 |
| Binary | 10100100 | 10000101 | 101101 | 0 | 10011 | 1001001 | 100100 | 101100 | 111001 | 101001 |
Color Harmonies of #A4852D
Complementary color
Monochromatic Colors of #A4852D
Black with #A4852D
Text Example
Text Example
White with #A4852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4852D; }
p { color: rgb(164,133,45); }
H1.HeaderClassName
{
color: #A4852D;
}
.AnyTagClassName
{
color: #A4852D;
}
</style>
background-color css
<style>
a { background-color: #A4852D; }
a { background-color: rgb(164,133,45); }
div.DivClassName
{
background-color: #A4852D;
}
.BgClassName
{
background-color: #A4852D;
}
</style>
border-color css
<style>
span { border-color: #A4852D; }
span { border-color: rgb(164,133,45); }
td.TdClassName
{
border-color: #A4852D;
}
.TagClassName
{
border-color: #A4852D;
}
</style>