Shades of Reef Gold #A3922F
Tints of Reef Gold #A3922F
RGB
CMYK
RGB Variations
Color information
#A3922F (or 0xA3922F) is known color: Reef Gold. HEX triplet: A3, 92 and 2F. RGB value is (163,146,47). Sum of RGB (Red+Green+Blue) = 163+146+47=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3922F is #5C6DD0. Grayscale: #8C8C8C. Windows color (decimal): -6057425 or 3117731. OLE color: 3117731.
HSL color Cylindrical-coordinate representation of color #A3922F: hue angle of 51.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3922F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 47 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.36 |
| HSL | 51.21º | 0.55% | 0.41% | - |
| HSV(B) | 51.21º | 0.71% | 0.64% | - |
| XYZ | 25.9 | 28.55 | 6.84 | - |
| YUV | 139.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 47 | 0 | 0.10 | 0.71 | 0.36 | 51.21 | 0.55 | 0.41 |
| Hex | A3 | 92 | 2F | 0 | A | 47 | 24 | 33 | 37 | 29 |
| Octal | 243 | 222 | 57 | 0 | 12 | 107 | 44 | 63 | 67 | 51 |
| Binary | 10100011 | 10010010 | 101111 | 0 | 1010 | 1000111 | 100100 | 110011 | 110111 | 101001 |
Color Harmonies of #A3922F
Complementary color
Monochromatic Colors of #A3922F
Black with #A3922F
Text Example
Text Example
White with #A3922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3922F; }
p { color: rgb(163,146,47); }
H1.HeaderClassName
{
color: #A3922F;
}
.AnyTagClassName
{
color: #A3922F;
}
</style>
background-color css
<style>
a { background-color: #A3922F; }
a { background-color: rgb(163,146,47); }
div.DivClassName
{
background-color: #A3922F;
}
.BgClassName
{
background-color: #A3922F;
}
</style>
border-color css
<style>
span { border-color: #A3922F; }
span { border-color: rgb(163,146,47); }
td.TdClassName
{
border-color: #A3922F;
}
.TagClassName
{
border-color: #A3922F;
}
</style>