Shades of Reef Gold #A58B29
Tints of Reef Gold #A58B29
RGB
CMYK
RGB Variations
Color information
#A58B29 (or 0xA58B29) is known color: Reef Gold. HEX triplet: A5, 8B and 29. RGB value is (165,139,41). Sum of RGB (Red+Green+Blue) = 165+139+41=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B29 is #5A74D6. Grayscale: #888888. Windows color (decimal): -5928151 or 2722725. OLE color: 2722725.
HSL color Cylindrical-coordinate representation of color #A58B29: hue angle of 47.42º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A58B29 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 139 | 41 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.35 |
| HSL | 47.42º | 0.6% | 0.4% | - |
| HSV(B) | 47.42º | 0.75% | 0.65% | - |
| XYZ | 25.15 | 26.62 | 5.91 | - |
| YUV | 135.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 41 | 0 | 0.16 | 0.75 | 0.35 | 47.42 | 0.6 | 0.4 |
| Hex | A5 | 8B | 29 | 0 | 10 | 4B | 23 | 2F | 3C | 28 |
| Octal | 245 | 213 | 51 | 0 | 20 | 113 | 43 | 57 | 74 | 50 |
| Binary | 10100101 | 10001011 | 101001 | 0 | 10000 | 1001011 | 100011 | 101111 | 111100 | 101000 |
Color Harmonies of #A58B29
Complementary color
Monochromatic Colors of #A58B29
Black with #A58B29
Text Example
Text Example
White with #A58B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58B29; }
p { color: rgb(165,139,41); }
H1.HeaderClassName
{
color: #A58B29;
}
.AnyTagClassName
{
color: #A58B29;
}
</style>
background-color css
<style>
a { background-color: #A58B29; }
a { background-color: rgb(165,139,41); }
div.DivClassName
{
background-color: #A58B29;
}
.BgClassName
{
background-color: #A58B29;
}
</style>
border-color css
<style>
span { border-color: #A58B29; }
span { border-color: rgb(165,139,41); }
td.TdClassName
{
border-color: #A58B29;
}
.TagClassName
{
border-color: #A58B29;
}
</style>