Shades of Reef Gold #A48330
Tints of Reef Gold #A48330
RGB
CMYK
RGB Variations
Color information
#A48330 (or 0xA48330) is known color: Reef Gold. HEX triplet: A4, 83 and 30. RGB value is (164,131,48). Sum of RGB (Red+Green+Blue) = 164+131+48=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A48330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48330 is #5B7CCF. Grayscale: #838383. Windows color (decimal): -5995728 or 3179428. OLE color: 3179428.
HSL color Cylindrical-coordinate representation of color #A48330: hue angle of 42.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A48330 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 131 | 48 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.36 |
| HSL | 42.93º | 0.55% | 0.42% | - |
| HSV(B) | 42.93º | 0.71% | 0.64% | - |
| XYZ | 23.96 | 24.34 | 6.23 | - |
| YUV | 131.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 48 | 0 | 0.20 | 0.71 | 0.36 | 42.93 | 0.55 | 0.42 |
| Hex | A4 | 83 | 30 | 0 | 14 | 47 | 24 | 2B | 37 | 2A |
| Octal | 244 | 203 | 60 | 0 | 24 | 107 | 44 | 53 | 67 | 52 |
| Binary | 10100100 | 10000011 | 110000 | 0 | 10100 | 1000111 | 100100 | 101011 | 110111 | 101010 |
Color Harmonies of #A48330
Complementary color
Monochromatic Colors of #A48330
Black with #A48330
Text Example
Text Example
White with #A48330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48330; }
p { color: rgb(164,131,48); }
H1.HeaderClassName
{
color: #A48330;
}
.AnyTagClassName
{
color: #A48330;
}
</style>
background-color css
<style>
a { background-color: #A48330; }
a { background-color: rgb(164,131,48); }
div.DivClassName
{
background-color: #A48330;
}
.BgClassName
{
background-color: #A48330;
}
</style>
border-color css
<style>
span { border-color: #A48330; }
span { border-color: rgb(164,131,48); }
td.TdClassName
{
border-color: #A48330;
}
.TagClassName
{
border-color: #A48330;
}
</style>