Shades of Reef Gold #A4882D
Tints of Reef Gold #A4882D
RGB
CMYK
RGB Variations
Color information
#A4882D (or 0xA4882D) is known color: Reef Gold. HEX triplet: A4, 88 and 2D. RGB value is (164,136,45). Sum of RGB (Red+Green+Blue) = 164+136+45=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4882D is #5B77D2. Grayscale: #868686. Windows color (decimal): -5994451 or 2984100. OLE color: 2984100.
HSL color Cylindrical-coordinate representation of color #A4882D: hue angle of 45.88º 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 #A4882D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 45 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.36 |
| HSL | 45.88º | 0.57% | 0.41% | - |
| HSV(B) | 45.88º | 0.73% | 0.64% | - |
| XYZ | 24.59 | 25.69 | 6.15 | - |
| YUV | 134 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 45 | 0 | 0.17 | 0.73 | 0.36 | 45.88 | 0.57 | 0.41 |
| Hex | A4 | 88 | 2D | 0 | 11 | 49 | 24 | 2E | 39 | 29 |
| Octal | 244 | 210 | 55 | 0 | 21 | 111 | 44 | 56 | 71 | 51 |
| Binary | 10100100 | 10001000 | 101101 | 0 | 10001 | 1001001 | 100100 | 101110 | 111001 | 101001 |
Color Harmonies of #A4882D
Complementary color
Monochromatic Colors of #A4882D
Black with #A4882D
Text Example
Text Example
White with #A4882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4882D; }
p { color: rgb(164,136,45); }
H1.HeaderClassName
{
color: #A4882D;
}
.AnyTagClassName
{
color: #A4882D;
}
</style>
background-color css
<style>
a { background-color: #A4882D; }
a { background-color: rgb(164,136,45); }
div.DivClassName
{
background-color: #A4882D;
}
.BgClassName
{
background-color: #A4882D;
}
</style>
border-color css
<style>
span { border-color: #A4882D; }
span { border-color: rgb(164,136,45); }
td.TdClassName
{
border-color: #A4882D;
}
.TagClassName
{
border-color: #A4882D;
}
</style>