Shades of Reef Gold #A5922F
Tints of Reef Gold #A5922F
RGB
CMYK
RGB Variations
Color information
#A5922F (or 0xA5922F) is known color: Reef Gold. HEX triplet: A5, 92 and 2F. RGB value is (165,146,47). Sum of RGB (Red+Green+Blue) = 165+146+47=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5922F is #5A6DD0. Grayscale: #8C8C8C. Windows color (decimal): -5926353 or 3117733. OLE color: 3117733.
HSL color Cylindrical-coordinate representation of color #A5922F: hue angle of 50.34º 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 #A5922F is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 47 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.35 |
| HSL | 50.34º | 0.56% | 0.42% | - |
| HSV(B) | 50.34º | 0.72% | 0.65% | - |
| XYZ | 26.31 | 28.76 | 6.85 | - |
| YUV | 140.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 47 | 0 | 0.12 | 0.72 | 0.35 | 50.34 | 0.56 | 0.42 |
| Hex | A5 | 92 | 2F | 0 | C | 48 | 23 | 32 | 38 | 2A |
| Octal | 245 | 222 | 57 | 0 | 14 | 110 | 43 | 62 | 70 | 52 |
| Binary | 10100101 | 10010010 | 101111 | 0 | 1100 | 1001000 | 100011 | 110010 | 111000 | 101010 |
Color Harmonies of #A5922F
Complementary color
Monochromatic Colors of #A5922F
Black with #A5922F
Text Example
Text Example
White with #A5922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5922F; }
p { color: rgb(165,146,47); }
H1.HeaderClassName
{
color: #A5922F;
}
.AnyTagClassName
{
color: #A5922F;
}
</style>
background-color css
<style>
a { background-color: #A5922F; }
a { background-color: rgb(165,146,47); }
div.DivClassName
{
background-color: #A5922F;
}
.BgClassName
{
background-color: #A5922F;
}
</style>
border-color css
<style>
span { border-color: #A5922F; }
span { border-color: rgb(165,146,47); }
td.TdClassName
{
border-color: #A5922F;
}
.TagClassName
{
border-color: #A5922F;
}
</style>