Shades of Reef Gold #A5852F
Tints of Reef Gold #A5852F
RGB
CMYK
RGB Variations
Color information
#A5852F (or 0xA5852F) is known color: Reef Gold. HEX triplet: A5, 85 and 2F. RGB value is (165,133,47). Sum of RGB (Red+Green+Blue) = 165+133+47=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5852F is #5A7AD0. Grayscale: #858585. Windows color (decimal): -5929681 or 3114405. OLE color: 3114405.
HSL color Cylindrical-coordinate representation of color #A5852F: hue angle of 43.73º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5852F is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 47 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.35 |
| HSL | 43.73º | 0.56% | 0.42% | - |
| HSV(B) | 43.73º | 0.72% | 0.65% | - |
| XYZ | 24.42 | 24.98 | 6.22 | - |
| YUV | 132.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 47 | 0 | 0.19 | 0.72 | 0.35 | 43.73 | 0.56 | 0.42 |
| Hex | A5 | 85 | 2F | 0 | 13 | 48 | 23 | 2C | 38 | 2A |
| Octal | 245 | 205 | 57 | 0 | 23 | 110 | 43 | 54 | 70 | 52 |
| Binary | 10100101 | 10000101 | 101111 | 0 | 10011 | 1001000 | 100011 | 101100 | 111000 | 101010 |
Color Harmonies of #A5852F
Complementary color
Monochromatic Colors of #A5852F
Black with #A5852F
Text Example
Text Example
White with #A5852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5852F; }
p { color: rgb(165,133,47); }
H1.HeaderClassName
{
color: #A5852F;
}
.AnyTagClassName
{
color: #A5852F;
}
</style>
background-color css
<style>
a { background-color: #A5852F; }
a { background-color: rgb(165,133,47); }
div.DivClassName
{
background-color: #A5852F;
}
.BgClassName
{
background-color: #A5852F;
}
</style>
border-color css
<style>
span { border-color: #A5852F; }
span { border-color: rgb(165,133,47); }
td.TdClassName
{
border-color: #A5852F;
}
.TagClassName
{
border-color: #A5852F;
}
</style>