Shades of Reef Gold #A48B3A
Tints of Reef Gold #A48B3A
RGB
CMYK
RGB Variations
Color information
#A48B3A (or 0xA48B3A) is known color: Reef Gold. HEX triplet: A4, 8B and 3A. RGB value is (164,139,58). Sum of RGB (Red+Green+Blue) = 164+139+58=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B3A is #5B74C5. Grayscale: #898989. Windows color (decimal): -5993670 or 3836836. OLE color: 3836836.
HSL color Cylindrical-coordinate representation of color #A48B3A: hue angle of 45.85º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A48B3A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 58 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.36 |
| HSL | 45.85º | 0.48% | 0.44% | - |
| HSV(B) | 45.85º | 0.65% | 0.64% | - |
| XYZ | 25.31 | 26.66 | 7.82 | - |
| YUV | 137.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 58 | 0 | 0.15 | 0.65 | 0.36 | 45.85 | 0.48 | 0.44 |
| Hex | A4 | 8B | 3A | 0 | F | 41 | 24 | 2E | 30 | 2C |
| Octal | 244 | 213 | 72 | 0 | 17 | 101 | 44 | 56 | 60 | 54 |
| Binary | 10100100 | 10001011 | 111010 | 0 | 1111 | 1000001 | 100100 | 101110 | 110000 | 101100 |
Color Harmonies of #A48B3A
Complementary color
Monochromatic Colors of #A48B3A
Black with #A48B3A
Text Example
Text Example
White with #A48B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B3A; }
p { color: rgb(164,139,58); }
H1.HeaderClassName
{
color: #A48B3A;
}
.AnyTagClassName
{
color: #A48B3A;
}
</style>
background-color css
<style>
a { background-color: #A48B3A; }
a { background-color: rgb(164,139,58); }
div.DivClassName
{
background-color: #A48B3A;
}
.BgClassName
{
background-color: #A48B3A;
}
</style>
border-color css
<style>
span { border-color: #A48B3A; }
span { border-color: rgb(164,139,58); }
td.TdClassName
{
border-color: #A48B3A;
}
.TagClassName
{
border-color: #A48B3A;
}
</style>