Shades of Reef Gold #A5842D
Tints of Reef Gold #A5842D
RGB
CMYK
RGB Variations
Color information
#A5842D (or 0xA5842D) is known color: Reef Gold. HEX triplet: A5, 84 and 2D. RGB value is (165,132,45). Sum of RGB (Red+Green+Blue) = 165+132+45=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5842D is #5A7BD2. Grayscale: #848484. Windows color (decimal): -5929939 or 2983077. OLE color: 2983077.
HSL color Cylindrical-coordinate representation of color #A5842D: hue angle of 43.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5842D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 45 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.35 |
| HSL | 43.5º | 0.57% | 0.41% | - |
| HSV(B) | 43.5º | 0.73% | 0.65% | - |
| XYZ | 24.24 | 24.69 | 5.97 | - |
| YUV | 131.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 45 | 0 | 0.20 | 0.73 | 0.35 | 43.5 | 0.57 | 0.41 |
| Hex | A5 | 84 | 2D | 0 | 14 | 49 | 23 | 2C | 39 | 29 |
| Octal | 245 | 204 | 55 | 0 | 24 | 111 | 43 | 54 | 71 | 51 |
| Binary | 10100101 | 10000100 | 101101 | 0 | 10100 | 1001001 | 100011 | 101100 | 111001 | 101001 |
Color Harmonies of #A5842D
Complementary color
Monochromatic Colors of #A5842D
Black with #A5842D
Text Example
Text Example
White with #A5842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5842D; }
p { color: rgb(165,132,45); }
H1.HeaderClassName
{
color: #A5842D;
}
.AnyTagClassName
{
color: #A5842D;
}
</style>
background-color css
<style>
a { background-color: #A5842D; }
a { background-color: rgb(165,132,45); }
div.DivClassName
{
background-color: #A5842D;
}
.BgClassName
{
background-color: #A5842D;
}
</style>
border-color css
<style>
span { border-color: #A5842D; }
span { border-color: rgb(165,132,45); }
td.TdClassName
{
border-color: #A5842D;
}
.TagClassName
{
border-color: #A5842D;
}
</style>