Shades of Reef Gold #A48A2D
Tints of Reef Gold #A48A2D
RGB
CMYK
RGB Variations
Color information
#A48A2D (or 0xA48A2D) is known color: Reef Gold. HEX triplet: A4, 8A and 2D. RGB value is (164,138,45). Sum of RGB (Red+Green+Blue) = 164+138+45=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A2D is #5B75D2. Grayscale: #878787. Windows color (decimal): -5993939 or 2984612. OLE color: 2984612.
HSL color Cylindrical-coordinate representation of color #A48A2D: hue angle of 46.89º 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 #A48A2D is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 45 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.36 |
| HSL | 46.89º | 0.57% | 0.41% | - |
| HSV(B) | 46.89º | 0.73% | 0.64% | - |
| XYZ | 24.87 | 26.26 | 6.24 | - |
| YUV | 135.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 45 | 0 | 0.16 | 0.73 | 0.36 | 46.89 | 0.57 | 0.41 |
| Hex | A4 | 8A | 2D | 0 | 10 | 49 | 24 | 2F | 39 | 29 |
| Octal | 244 | 212 | 55 | 0 | 20 | 111 | 44 | 57 | 71 | 51 |
| Binary | 10100100 | 10001010 | 101101 | 0 | 10000 | 1001001 | 100100 | 101111 | 111001 | 101001 |
Color Harmonies of #A48A2D
Complementary color
Monochromatic Colors of #A48A2D
Black with #A48A2D
Text Example
Text Example
White with #A48A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A2D; }
p { color: rgb(164,138,45); }
H1.HeaderClassName
{
color: #A48A2D;
}
.AnyTagClassName
{
color: #A48A2D;
}
</style>
background-color css
<style>
a { background-color: #A48A2D; }
a { background-color: rgb(164,138,45); }
div.DivClassName
{
background-color: #A48A2D;
}
.BgClassName
{
background-color: #A48A2D;
}
</style>
border-color css
<style>
span { border-color: #A48A2D; }
span { border-color: rgb(164,138,45); }
td.TdClassName
{
border-color: #A48A2D;
}
.TagClassName
{
border-color: #A48A2D;
}
</style>